#245512

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

Shades of Myrtle #245512

Tints of Myrtle #245512

Color information

#245512 (or 0x245512) is unknown color: approx Myrtle. HEX triplet: 24, 55 and 12. RGB value is (36,85,18). Sum of RGB (Red+Green+Blue) = 36+85+18=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #245512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245512 is #DBAAED. Grayscale: #3E3E3E. Windows color (decimal): -14396142 or 1201444. OLE color: 1201444.

HSL color Cylindrical-coordinate representation of color #245512: hue angle of 103.88º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245512 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB368518-
CMYK0.5800.790.67
HSL103.88º65.05%20.2%-
HSV(B)103.88º78.82%33.33%-
XYZ4.096.921.69-
YUV62.71102.77108.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=25.90%
G=61.15%
B=12.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685180.5800.790.67103.8865.0520.2
Hex2455123A04F43684114
Octal441252272011710315010124
Binary1001001010101100101110100100111110000111101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245512; }

 p { color: rgb(36,85,18); }

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

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

 a { background-color: rgb(36,85,18); }

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

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

 span { border-color: rgb(36,85,18); }

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