#255B14

Color #255B14 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #255B14

Tints of Myrtle #255B14

Color information

#255B14 (or 0x255B14) is unknown color: approx Myrtle. HEX triplet: 25, 5B and 14. RGB value is (37,91,20). Sum of RGB (Red+Green+Blue) = 37+91+20=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #255B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255B14 is #DAA4EB. Grayscale: #424242. Windows color (decimal): -14329068 or 1334053. OLE color: 1334053.

HSL color Cylindrical-coordinate representation of color #255B14: hue angle of 105.63º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255B14 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB379120-
CMYK0.5900.780.64
HSL105.63º63.96%21.76%-
HSV(B)105.63º78.02%35.69%-
XYZ4.637.931.95-
YUV66.76101.61106.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 61.49%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=25%
G=61.49%
B=13.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791200.5900.780.64105.6363.9621.76
Hex255B143B04E406a4016
Octal451332473011610015210026
Binary1001011011011101001110110100111010000001101010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255B14; }

 p { color: rgb(37,91,20); }

 H1.HeaderClassName
 {
   color: #255B14;
 }
 .AnyTagClassName
 {
   color: #255B14;
 }
</style>
background-color css

<style>
 a { background-color: #255B14; }

 a { background-color: rgb(37,91,20); }

 div.DivClassName
 {
   background-color: #255B14;
 }
 .BgClassName
 {
   background-color: #255B14;
 }
</style>
border-color css

<style>
 span { border-color: #255B14; }

 span { border-color: rgb(37,91,20); }

 td.TdClassName
 {
   border-color: #255B14;
 }
 .TagClassName
 {
   border-color: #255B14;
 }
</style>