#08400A

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

Shades of Myrtle #08400A

Tints of Myrtle #08400A

Color information

#08400A (or 0x08400A) is unknown color: approx Myrtle. HEX triplet: 08, 40 and 0A. RGB value is (8,64,10). Sum of RGB (Red+Green+Blue) = 8+64+10=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #08400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08400A is #F7BFF5. Grayscale: #292929. Windows color (decimal): -16236534 or 671752. OLE color: 671752.

HSL color Cylindrical-coordinate representation of color #08400A: hue angle of 122.14º 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 #08400A is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB86410-
CMYK0.8700.840.75
HSL122.14º77.78%14.12%-
HSV(B)122.14º87.5%25.1%-
XYZ1.993.740.9-
YUV41.1110.45104.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=9.76%
G=78.05%
B=12.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864100.8700.840.75122.1477.7814.12
Hex840A570544B7a4ee
Octal1010012127012411317211616
Binary1000100000010101010111010101001001011111101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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