#245228

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

Shades of Parsley #245228

Tints of Parsley #245228

Color information

#245228 (or 0x245228) is unknown color: approx Parsley. HEX triplet: 24, 52 and 28. RGB value is (36,82,40). Sum of RGB (Red+Green+Blue) = 36+82+40=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #245228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245228 is #DBADD7. Grayscale: #3F3F3F. Windows color (decimal): -14396888 or 2642468. OLE color: 2642468.

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

Color convert

RGB368240-
CMYK0.5600.510.68
HSL125.22º38.98%23.14%-
HSV(B)125.22º56.1%32.16%-
XYZ4.136.563.06-
YUV63.46114.76108.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=22.78%
G=51.90%
B=25.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682400.5600.510.68125.2238.9823.14
Hex24522838033447d2717
Octal4412250700631041754727
Binary100100101001010100011100001100111000100111110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245228; }

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

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

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

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

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

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

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

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