#24362C

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

Shades of Holly #24362C

Tints of Holly #24362C

Color information

#24362C (or 0x24362C) is unknown color: approx Holly. HEX triplet: 24, 36 and 2C. RGB value is (36,54,44). Sum of RGB (Red+Green+Blue) = 36+54+44=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #24362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24362C is #DBC9D3. Grayscale: #2F2F2F. Windows color (decimal): -14404052 or 2897444. OLE color: 2897444.

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

Color convert

RGB365444-
CMYK0.3300.190.79
HSL146.67º20%17.65%-
HSV(B)146.67º33.33%21.18%-
XYZ2.53.22.87-
YUV47.48126.04119.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=26.87%
G=40.30%
B=32.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3654440.3300.190.79146.672017.65
Hex24362C210134F931412
Octal446654410231172232422
Binary1001001101101011001000010100111001111100100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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