#245225

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

Shades of Myrtle #245225

Tints of Myrtle #245225

Color information

#245225 (or 0x245225) is unknown color: approx Myrtle. HEX triplet: 24, 52 and 25. RGB value is (36,82,37). Sum of RGB (Red+Green+Blue) = 36+82+37=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #245225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245225 is #DBADDA. Grayscale: #3F3F3F. Windows color (decimal): -14396891 or 2445860. OLE color: 2445860.

HSL color Cylindrical-coordinate representation of color #245225: hue angle of 121.3º 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 #245225 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB368237-
CMYK0.5600.550.68
HSL121.3º38.98%23.14%-
HSV(B)121.3º56.1%32.16%-
XYZ4.086.542.8-
YUV63.12113.26108.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=23.23%
G=52.90%
B=23.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682370.5600.550.68121.338.9823.14
Hex2452253803744792717
Octal4412245700671041714727
Binary100100101001010010111100001101111000100111100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245225; }

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

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

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

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

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

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

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

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