#24502A

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

Shades of Parsley #24502A

Tints of Parsley #24502A

Color information

#24502A (or 0x24502A) is unknown color: approx Parsley. HEX triplet: 24, 50 and 2A. RGB value is (36,80,42). Sum of RGB (Red+Green+Blue) = 36+80+42=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #24502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24502A is #DBAFD5. Grayscale: #3E3E3E. Windows color (decimal): -14397398 or 2773028. OLE color: 2773028.

HSL color Cylindrical-coordinate representation of color #24502A: hue angle of 128.18º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24502A is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB368042-
CMYK0.5500.480.69
HSL128.18º37.93%22.75%-
HSV(B)128.18º55%31.37%-
XYZ4.016.283.19-
YUV62.51116.42109.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=22.78%
G=50.63%
B=26.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680420.5500.480.69128.1837.9322.75
Hex24502A3703045802617
Octal4412052670601052004627
Binary1001001010000101010110111011000010001011000000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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