#245522

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

Shades of Myrtle #245522

Tints of Myrtle #245522

Color information

#245522 (or 0x245522) is unknown color: approx Myrtle. HEX triplet: 24, 55 and 22. RGB value is (36,85,34). Sum of RGB (Red+Green+Blue) = 36+85+34=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #245522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245522 is #DBAADD. Grayscale: #404040. Windows color (decimal): -14396126 or 2250020. OLE color: 2250020.

HSL color Cylindrical-coordinate representation of color #245522: hue angle of 117.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245522 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB368534-
CMYK0.5800.600.67
HSL117.65º42.86%23.33%-
HSV(B)117.65º60%33.33%-
XYZ4.266.992.64-
YUV64.54110.77107.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=23.23%
G=54.84%
B=21.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685340.5800.600.67117.6542.8623.33
Hex2455223A03C43762b17
Octal4412542720741031665327
Binary100100101010110001011101001111001000011111011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245522; }

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

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

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

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

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

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

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

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