#24500B

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

Shades of Myrtle #24500B

Tints of Myrtle #24500B

Color information

#24500B (or 0x24500B) is unknown color: approx Myrtle. HEX triplet: 24, 50 and 0B. RGB value is (36,80,11). Sum of RGB (Red+Green+Blue) = 36+80+11=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #24500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24500B is #DBAFF4. Grayscale: #3B3B3B. Windows color (decimal): -14397429 or 741412. OLE color: 741412.

HSL color Cylindrical-coordinate representation of color #24500B: hue angle of 98.26º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24500B is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB368011-
CMYK0.5500.860.69
HSL98.26º75.82%17.84%-
HSV(B)98.26º86.25%31.37%-
XYZ3.666.141.31-
YUV58.98100.92111.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.35%
GREEN value IS 80 (31.64% from 255) = 62.99%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=28.35%
G=62.99%
B=8.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680110.5500.860.6998.2675.8217.84
Hex2450B3705645624c12
Octal441201367012610514211422
Binary100100101000010111101110101011010001011100010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24500B; }

 p { color: rgb(36,80,11); }

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

<style>
 a { background-color: #24500B; }

 a { background-color: rgb(36,80,11); }

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

<style>
 span { border-color: #24500B; }

 span { border-color: rgb(36,80,11); }

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