#245924

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

Shades of Parsley #245924

Tints of Parsley #245924

Color information

#245924 (or 0x245924) is unknown color: approx Parsley. HEX triplet: 24, 59 and 24. RGB value is (36,89,36). Sum of RGB (Red+Green+Blue) = 36+89+36=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #245924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245924 is #DBA6DB. Grayscale: #434343. Windows color (decimal): -14395100 or 2382116. OLE color: 2382116.

HSL color Cylindrical-coordinate representation of color #245924: hue angle of 120º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245924 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB368936-
CMYK0.6000.600.65
HSL120º42.4%24.51%-
HSV(B)120º59.55%34.9%-
XYZ4.627.652.9-
YUV67.11110.44105.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=22.36%
G=55.28%
B=22.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3689360.6000.600.6512042.424.51
Hex2459243C03C41782a19
Octal4413144740741011705231
Binary100100101100110010011110001111001000001111100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245924; }

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

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

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

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

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

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

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

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