Html Css Color HEX #24502A Parsley

📋 copy color: '#24502A'

red 36 ◦ green 80 ◦ blue 42

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

Shades of Parsley #24502A

Tints of Parsley #24502A

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.8% from 255) = 26.58%

R = 22.78%
G = 50.63%
B = 26.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#24502A (or 0x24502A) is known color: 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

RGB 36 80 42 -
CMYK 0.55 0 0.48 0.69
HSL 128.18º 0.38% 0.23% -
HSV(B) 128.18º 0.55% 0.31% -
XYZ 4.01 6.28 3.19 -
YUV 62.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 36 80 42 0.55 0 0.48 0.69 128.18 0.38 0.23
Hex 24 50 2A 37 0 30 45 80 26 17
Octal 44 120 52 67 0 60 105 200 46 27
Binary 100100 1010000 101010 110111 0 110000 1000101 10000000 100110 10111

Color Harmonies of #24502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24502A

Black with #24502A

Text Example


Text Example

White with #24502A

Text Example


Text Example

HTML Codes & Css Web 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>