#24480C

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

Shades of Myrtle #24480C

Tints of Myrtle #24480C

Color information

#24480C (or 0x24480C) is unknown color: approx Myrtle. HEX triplet: 24, 48 and 0C. RGB value is (36,72,12). Sum of RGB (Red+Green+Blue) = 36+72+12=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #24480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24480C is #DBB7F3. Grayscale: #363636. Windows color (decimal): -14399476 or 804900. OLE color: 804900.

HSL color Cylindrical-coordinate representation of color #24480C: hue angle of 96º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24480C is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB367212-
CMYK0.500.830.72
HSL96º71.43%16.47%-
HSV(B)96º83.33%28.24%-
XYZ3.115.041.16-
YUV54.4104.07114.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30%
GREEN value IS 72 (28.52% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3672120.500.830.729671.4316.47
Hex2448C3205348604710
Octal441101462012311014010720
Binary100100100100011001100100101001110010001100000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,72,12); }

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

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

 a { background-color: rgb(36,72,12); }

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

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

 span { border-color: rgb(36,72,12); }

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