#24402E

Color #24402E English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #24402E

Tints of English Holly #24402E

Color information

#24402E (or 0x24402E) is unknown color: approx English Holly. HEX triplet: 24, 40 and 2E. RGB value is (36,64,46). Sum of RGB (Red+Green+Blue) = 36+64+46=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #24402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24402E is #DBBFD1. Grayscale: #353535. Windows color (decimal): -14401490 or 3031076. OLE color: 3031076.

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

Color convert

RGB366446-
CMYK0.4400.280.75
HSL141.43º28%19.61%-
HSV(B)141.43º43.75%25.1%-
XYZ3.054.243.24-
YUV53.58123.72115.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=24.66%
G=43.84%
B=31.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3664460.4400.280.75141.432819.61
Hex24402E2C01C4B8d1c14
Octal4410056540341132153424
Binary10010010000001011101011000111001001011100011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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