Html Css Color HEX #24422D Holly

📋 copy color: '#24422D'

red 36 ◦ green 66 ◦ blue 45

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

Shades of Holly #24422D

Tints of Holly #24422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.9%

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 24.49%
G = 44.9%
B = 30.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#24422D (or 0x24422D) is known color: Holly. HEX triplet: 24, 42 and 2D. RGB value is (36,66,45). Sum of RGB (Red+Green+Blue) = 36+66+45=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #24422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24422D is #DBBDD2. Grayscale: #363636. Windows color (decimal): -14400979 or 2966052. OLE color: 2966052.

HSL color Cylindrical-coordinate representation of color #24422D: hue angle of 138º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #24422D is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 36 66 45 -
CMYK 0.45 0 0.32 0.74
HSL 138º 0.29% 0.2% -
HSV(B) 138º 0.45% 0.26% -
XYZ 3.15 4.46 3.18 -
YUV 54.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 36 66 45 0.45 0 0.32 0.74 138 0.29 0.2
Hex 24 42 2D 2D 0 20 4A 8A 1D 14
Octal 44 102 55 55 0 40 112 212 35 24
Binary 100100 1000010 101101 101101 0 100000 1001010 10001010 11101 10100

Color Harmonies of #24422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24422D

Black with #24422D

Text Example


Text Example

White with #24422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24422D; }

 p { color: rgb(36,66,45); }

 H1.HeaderClassName
 {
   color: #24422D;
 }
 .AnyTagClassName
 {
   color: #24422D;
 }
</style>

background-color css

<style>
 a { background-color: #24422D; }

 a { background-color: rgb(36,66,45); }

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

border-color css

<style>
 span { border-color: #24422D; }

 span { border-color: rgb(36,66,45); }

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