#245420

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

Shades of Myrtle #245420

Tints of Myrtle #245420

Color information

#245420 (or 0x245420) is unknown color: approx Myrtle. HEX triplet: 24, 54 and 20. RGB value is (36,84,32). Sum of RGB (Red+Green+Blue) = 36+84+32=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #245420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245420 is #DBABDF. Grayscale: #3F3F3F. Windows color (decimal): -14396384 or 2118692. OLE color: 2118692.

HSL color Cylindrical-coordinate representation of color #245420: hue angle of 115.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245420 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB368432-
CMYK0.5700.620.67
HSL115.38º44.83%22.75%-
HSV(B)115.38º61.9%32.94%-
XYZ4.166.822.46-
YUV63.72110.1108.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=23.68%
G=55.26%
B=21.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3684320.5700.620.67115.3844.8322.75
Hex2454203903E43732d17
Octal4412440710761031635527
Binary100100101010010000011100101111101000011111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245420; }

 p { color: rgb(36,84,32); }

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

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

 a { background-color: rgb(36,84,32); }

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

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

 span { border-color: rgb(36,84,32); }

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