#08340A

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

Shades of Myrtle #08340A

Tints of Myrtle #08340A

Color information

#08340A (or 0x08340A) is unknown color: approx Myrtle. HEX triplet: 08, 34 and 0A. RGB value is (8,52,10). Sum of RGB (Red+Green+Blue) = 8+52+10=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #08340A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08340A is #F7CBF5. Grayscale: #222222. Windows color (decimal): -16239606 or 668680. OLE color: 668680.

HSL color Cylindrical-coordinate representation of color #08340A: hue angle of 122.73º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08340A is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB85210-
CMYK0.8500.810.80
HSL122.73º73.33%11.76%-
HSV(B)122.73º84.62%20.39%-
XYZ1.382.530.7-
YUV34.06114.42109.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 52 (20.70% from 255) = 74.29%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=11.43%
G=74.29%
B=14.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal852100.8500.810.80122.7373.3311.76
Hex834A55051507b49c
Octal106412125012112017311114
Binary100011010010101010101010100011010000111101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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