#24480D

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

Shades of Myrtle #24480D

Tints of Myrtle #24480D

Color information

#24480D (or 0x24480D) is unknown color: approx Myrtle. HEX triplet: 24, 48 and 0D. RGB value is (36,72,13). Sum of RGB (Red+Green+Blue) = 36+72+13=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #24480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24480D is #DBB7F2. Grayscale: #363636. Windows color (decimal): -14399475 or 870436. OLE color: 870436.

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

Color convert

RGB367213-
CMYK0.500.820.72
HSL96.61º69.41%16.67%-
HSV(B)96.61º81.94%28.24%-
XYZ3.125.041.19-
YUV54.51104.57114.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 72 (28.52% from 255) = 59.50%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=29.75%
G=59.50%
B=10.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3672130.500.820.7296.6169.4116.67
Hex2448D3205248614511
Octal441101562012211014110521
Binary100100100100011011100100101001010010001100001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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