#0A3900

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

Shades of Myrtle #0A3900

Tints of Myrtle #0A3900

Color information

#0A3900 (or 0x0A3900) is unknown color: approx Myrtle. HEX triplet: 0A, 39 and 00. RGB value is (10,57,0). Sum of RGB (Red+Green+Blue) = 10+57+0=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 57 (22.66% from 255 or 85.07% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 57 - color contains mainly: green. Hex color #0A3900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3900 is #F5C6FF. Grayscale: #242424. Windows color (decimal): -16107264 or 14602. OLE color: 14602.

HSL color Cylindrical-coordinate representation of color #0A3900: hue angle of 109.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A3900 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB10570-
CMYK0.82010.78
HSL109.47º100%11.18%-
HSV(B)109.47º100%22.35%-
XYZ1.592.990.49-
YUV36.45107.43109.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.93%
GREEN value IS 57 (22.66% from 255) = 85.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.93%
G=85.07%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal105700.82010.78109.4710011.18
HexA390520644E6d64b
Octal12710122014411615514413
Binary101011100101010010011001001001110110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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