Html Css Color HEX #24412E English Holly

📋 copy color: '#24412E'

red 36 ◦ green 65 ◦ blue 46

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

Shades of English Holly #24412E

Tints of English Holly #24412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 24.49%
G = 44.22%
B = 31.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#24412E (or 0x24412E) is known color: English Holly. HEX triplet: 24, 41 and 2E. RGB value is (36,65,46). Sum of RGB (Red+Green+Blue) = 36+65+46=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #24412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24412E is #DBBED1. Grayscale: #363636. Windows color (decimal): -14401234 or 3031332. OLE color: 3031332.

HSL color Cylindrical-coordinate representation of color #24412E: hue angle of 140.69º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #24412E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 65 46 -
CMYK 0.45 0 0.29 0.75
HSL 140.69º 0.29% 0.2% -
HSV(B) 140.69º 0.45% 0.25% -
XYZ 3.11 4.35 3.26 -
YUV 54.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 36 65 46 0.45 0 0.29 0.75 140.69 0.29 0.2
Hex 24 41 2E 2D 0 1D 4B 8D 1D 14
Octal 44 101 56 55 0 35 113 215 35 24
Binary 100100 1000001 101110 101101 0 11101 1001011 10001101 11101 10100

Color Harmonies of #24412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24412E

Black with #24412E

Text Example


Text Example

White with #24412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24412E; }

 p { color: rgb(36,65,46); }

 H1.HeaderClassName
 {
   color: #24412E;
 }
 .AnyTagClassName
 {
   color: #24412E;
 }
</style>

background-color css

<style>
 a { background-color: #24412E; }

 a { background-color: rgb(36,65,46); }

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

border-color css

<style>
 span { border-color: #24412E; }

 span { border-color: rgb(36,65,46); }

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