#08400B

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

Shades of Myrtle #08400B

Tints of Myrtle #08400B

Color information

#08400B (or 0x08400B) is unknown color: approx Myrtle. HEX triplet: 08, 40 and 0B. RGB value is (8,64,11). Sum of RGB (Red+Green+Blue) = 8+64+11=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #08400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08400B is #F7BFF4. Grayscale: #292929. Windows color (decimal): -16236533 or 737288. OLE color: 737288.

HSL color Cylindrical-coordinate representation of color #08400B: hue angle of 123.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08400B is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB86411-
CMYK0.8700.830.75
HSL123.21º77.78%14.12%-
HSV(B)123.21º87.5%25.1%-
XYZ1.993.740.93-
YUV41.21110.95104.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.64%
GREEN value IS 64 (25.39% from 255) = 77.11%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=9.64%
G=77.11%
B=13.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864110.8700.830.75123.2177.7814.12
Hex840B570534B7b4ee
Octal1010013127012311317311616
Binary1000100000010111010111010100111001011111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,64,11); }

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

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

 a { background-color: rgb(8,64,11); }

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

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

 span { border-color: rgb(8,64,11); }

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