#0A3200

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

Shades of Myrtle #0A3200

Tints of Myrtle #0A3200

Color information

#0A3200 (or 0x0A3200) is unknown color: approx Myrtle. HEX triplet: 0A, 32 and 00. RGB value is (10,50,0). Sum of RGB (Red+Green+Blue) = 10+50+0=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 50 (19.92% from 255 or 83.33% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3200 is #F5CDFF. Grayscale: #202020. Windows color (decimal): -16109056 or 12810. OLE color: 12810.

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

Color convert

RGB10500-
CMYK0.80010.80
HSL108º100%9.8%-
HSV(B)108º100%19.61%-
XYZ1.272.350.39-
YUV32.34109.75112.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 83.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.67%
G=83.33%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal105000.80010.801081009.8
HexA32050064506c64a
Octal12620120014412015414412
Binary101011001001010000011001001010000110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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