#245B14

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

Shades of Myrtle #245B14

Tints of Myrtle #245B14

Color information

#245B14 (or 0x245B14) is unknown color: approx Myrtle. HEX triplet: 24, 5B and 14. RGB value is (36,91,20). Sum of RGB (Red+Green+Blue) = 36+91+20=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #245B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245B14 is #DBA4EB. Grayscale: #424242. Windows color (decimal): -14394604 or 1334052. OLE color: 1334052.

HSL color Cylindrical-coordinate representation of color #245B14: hue angle of 106.48º 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 #245B14 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB369120-
CMYK0.6000.780.64
HSL106.48º63.96%21.76%-
HSV(B)106.48º78.02%35.69%-
XYZ4.597.911.95-
YUV66.46101.78106.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 91 (35.94% from 255) = 61.90%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=24.49%
G=61.90%
B=13.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3691200.6000.780.64106.4863.9621.76
Hex245B143C04E406a4016
Octal441332474011610015210026
Binary1001001011011101001111000100111010000001101010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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