#0A3204

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

Shades of Myrtle #0A3204

Tints of Myrtle #0A3204

Color information

#0A3204 (or 0x0A3204) is unknown color: approx Myrtle. HEX triplet: 0A, 32 and 04. RGB value is (10,50,4). Sum of RGB (Red+Green+Blue) = 10+50+4=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3204 is #F5CDFB. Grayscale: #202020. Windows color (decimal): -16109052 or 274954. OLE color: 274954.

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

Color convert

RGB10504-
CMYK0.8000.920.80
HSL112.17º85.19%10.59%-
HSV(B)112.17º92%19.61%-
XYZ1.292.350.5-
YUV32.8111.75111.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.62%
GREEN value IS 50 (19.92% from 255) = 78.12%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=15.62%
G=78.12%
B=6.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal105040.8000.920.80112.1785.1910.59
HexA3245005C507055b
Octal12624120013412016012513
Binary10101100101001010000010111001010000111000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3204; }

 p { color: rgb(10,50,4); }

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

<style>
 a { background-color: #0A3204; }

 a { background-color: rgb(10,50,4); }

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

<style>
 span { border-color: #0A3204; }

 span { border-color: rgb(10,50,4); }

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