#24372C

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

Shades of Holly #24372C

Tints of Holly #24372C

Color information

#24372C (or 0x24372C) is unknown color: approx Holly. HEX triplet: 24, 37 and 2C. RGB value is (36,55,44). Sum of RGB (Red+Green+Blue) = 36+55+44=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #24372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24372C is #DBC8D3. Grayscale: #303030. Windows color (decimal): -14403796 or 2897700. OLE color: 2897700.

HSL color Cylindrical-coordinate representation of color #24372C: hue angle of 145.26º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #24372C is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB365544-
CMYK0.3500.20.78
HSL145.26º20.88%17.84%-
HSV(B)145.26º34.55%21.57%-
XYZ2.553.292.88-
YUV48.06125.71119.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=26.67%
G=40.74%
B=32.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3655440.3500.20.78145.2620.8817.84
Hex24372C230144E911512
Octal446754430241162212522
Binary1001001101111011001000110101001001110100100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24372C; }

 p { color: rgb(36,55,44); }

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

<style>
 a { background-color: #24372C; }

 a { background-color: rgb(36,55,44); }

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

<style>
 span { border-color: #24372C; }

 span { border-color: rgb(36,55,44); }

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