#24552B

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

Shades of Parsley #24552B

Tints of Parsley #24552B

Color information

#24552B (or 0x24552B) is unknown color: approx Parsley. HEX triplet: 24, 55 and 2B. RGB value is (36,85,43). Sum of RGB (Red+Green+Blue) = 36+85+43=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #24552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24552B is #DBAAD4. Grayscale: #414141. Windows color (decimal): -14396117 or 2839844. OLE color: 2839844.

HSL color Cylindrical-coordinate representation of color #24552B: hue angle of 128.57º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24552B is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB368543-
CMYK0.5800.490.67
HSL128.57º40.5%23.73%-
HSV(B)128.57º57.65%33.33%-
XYZ4.417.053.41-
YUV65.56115.27106.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=21.95%
G=51.83%
B=26.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685430.5800.490.67128.5740.523.73
Hex24552B3A03143812818
Octal4412553720611032015030
Binary1001001010101101011111010011000110000111000000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24552B; }

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

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

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

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

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

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

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

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