#08420B

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

Shades of Myrtle #08420B

Tints of Myrtle #08420B

Color information

#08420B (or 0x08420B) is unknown color: approx Myrtle. HEX triplet: 08, 42 and 0B. RGB value is (8,66,11). Sum of RGB (Red+Green+Blue) = 8+66+11=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #08420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08420B is #F7BDF4. Grayscale: #2A2A2A. Windows color (decimal): -16236021 or 737800. OLE color: 737800.

HSL color Cylindrical-coordinate representation of color #08420B: hue angle of 123.1º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08420B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB86611-
CMYK0.8800.830.74
HSL123.1º78.38%14.51%-
HSV(B)123.1º87.88%25.88%-
XYZ2.113.970.97-
YUV42.39110.28103.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 66 (26.17% from 255) = 77.65%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=9.41%
G=77.65%
B=12.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866110.8800.830.74123.178.3814.51
Hex842B580534A7b4ef
Octal1010213130012311217311617
Binary1000100001010111011000010100111001010111101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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