#245C24

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

Shades of Parsley #245C24

Tints of Parsley #245C24

Color information

#245C24 (or 0x245C24) is unknown color: approx Parsley. HEX triplet: 24, 5C and 24. RGB value is (36,92,36). Sum of RGB (Red+Green+Blue) = 36+92+36=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #245C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C24 is #DBA3DB. Grayscale: #454545. Windows color (decimal): -14394332 or 2382884. OLE color: 2382884.

HSL color Cylindrical-coordinate representation of color #245C24: hue angle of 120º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C24 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB369236-
CMYK0.6100.610.64
HSL120º43.75%25.1%-
HSV(B)120º60.87%36.08%-
XYZ4.878.162.99-
YUV68.87109.45104.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 92 (36.33% from 255) = 56.10%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=21.95%
G=56.10%
B=21.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3692360.6100.610.6412043.7525.1
Hex245C243D03D40782c19
Octal4413444750751001705431
Binary100100101110010010011110101111011000000111100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245C24; }

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

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

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

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

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

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

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

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