#24522A

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

Shades of Parsley #24522A

Tints of Parsley #24522A

Color information

#24522A (or 0x24522A) is unknown color: approx Parsley. HEX triplet: 24, 52 and 2A. RGB value is (36,82,42). Sum of RGB (Red+Green+Blue) = 36+82+42=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #24522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24522A is #DBADD5. Grayscale: #3F3F3F. Windows color (decimal): -14396886 or 2773540. OLE color: 2773540.

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

Color convert

RGB368242-
CMYK0.5600.490.68
HSL127.83º38.98%23.14%-
HSV(B)127.83º56.1%32.16%-
XYZ4.166.583.24-
YUV63.69115.76108.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 82 (32.42% from 255) = 51.25%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=22.5%
G=51.25%
B=26.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682420.5600.490.68127.8338.9823.14
Hex24522A3803144802717
Octal4412252700611042004727
Binary1001001010010101010111000011000110001001000000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24522A; }

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

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

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

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

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

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

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

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