#245224

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

Shades of Myrtle #245224

Tints of Myrtle #245224

Color information

#245224 (or 0x245224) is unknown color: approx Myrtle. HEX triplet: 24, 52 and 24. RGB value is (36,82,36). Sum of RGB (Red+Green+Blue) = 36+82+36=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #245224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245224 is #DBADDB. Grayscale: #3F3F3F. Windows color (decimal): -14396892 or 2380324. OLE color: 2380324.

HSL color Cylindrical-coordinate representation of color #245224: hue angle of 120º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245224 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB368236-
CMYK0.5600.560.68
HSL120º38.98%23.14%-
HSV(B)120º56.1%32.16%-
XYZ4.066.542.72-
YUV63112.76108.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=23.38%
G=53.25%
B=23.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682360.5600.560.6812038.9823.14
Hex2452243803844782717
Octal4412244700701041704727
Binary100100101001010010011100001110001000100111100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245224; }

 p { color: rgb(36,82,36); }

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

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

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

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

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

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

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