Html Css Color HEX #24552A Parsley

📋 copy color: '#24552A'

red 36 ◦ green 85 ◦ blue 42

#24552A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #24552A

Tints of Parsley #24552A

RGB

 RED value IS 36 (14.45% from 255) = 22.09%

 GREEN value IS 85 (33.59% from 255) = 52.15%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 22.09%
G = 52.15%
B = 25.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#24552A (or 0x24552A) is known color: Parsley. HEX triplet: 24, 55 and 2A. RGB value is (36,85,42). Sum of RGB (Red+Green+Blue) = 36+85+42=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #24552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24552A is #DBAAD5. Grayscale: #414141. Windows color (decimal): -14396118 or 2774308. OLE color: 2774308.

HSL color Cylindrical-coordinate representation of color #24552A: hue angle of 127.35º 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 #24552A is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 85 42 -
CMYK 0.58 0 0.51 0.67
HSL 127.35º 0.4% 0.24% -
HSV(B) 127.35º 0.58% 0.33% -
XYZ 4.39 7.04 3.32 -
YUV 65.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 36 85 42 0.58 0 0.51 0.67 127.35 0.4 0.24
Hex 24 55 2A 3A 0 33 43 7F 28 18
Octal 44 125 52 72 0 63 103 177 50 30
Binary 100100 1010101 101010 111010 0 110011 1000011 1111111 101000 11000

Color Harmonies of #24552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24552A

Black with #24552A

Text Example


Text Example

White with #24552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24552A;
 }
 .AnyTagClassName
 {
   color: #24552A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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