#245C14

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

Shades of Myrtle #245C14

Tints of Myrtle #245C14

Color information

#245C14 (or 0x245C14) is unknown color: approx Myrtle. HEX triplet: 24, 5C and 14. RGB value is (36,92,20). Sum of RGB (Red+Green+Blue) = 36+92+20=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #245C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245C14 is #DBA3EB. Grayscale: #434343. Windows color (decimal): -14394348 or 1334308. OLE color: 1334308.

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

Color convert

RGB369220-
CMYK0.6100.780.64
HSL106.67º64.29%21.96%-
HSV(B)106.67º78.26%36.08%-
XYZ4.688.081.97-
YUV67.05101.45105.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 92 (36.33% from 255) = 62.16%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=24.32%
G=62.16%
B=13.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3692200.6100.780.64106.6764.2921.96
Hex245C143D04E406b4016
Octal441342475011610015310026
Binary1001001011100101001111010100111010000001101011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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