#0A390C

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

Shades of Myrtle #0A390C

Tints of Myrtle #0A390C

Color information

#0A390C (or 0x0A390C) is unknown color: approx Myrtle. HEX triplet: 0A, 39 and 0C. RGB value is (10,57,12). Sum of RGB (Red+Green+Blue) = 10+57+12=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 57 (22.66% from 255 or 72.15% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 57 - color contains mainly: green. Hex color #0A390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A390C is #F5C6F3. Grayscale: #252525. Windows color (decimal): -16107252 or 801034. OLE color: 801034.

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

Color convert

RGB105712-
CMYK0.8200.790.78
HSL122.55º70.15%13.14%-
HSV(B)122.55º82.46%22.35%-
XYZ1.653.020.84-
YUV37.82113.43108.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.66%
GREEN value IS 57 (22.66% from 255) = 72.15%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=12.66%
G=72.15%
B=15.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1057120.8200.790.78122.5570.1513.14
HexA39C5204F4E7b46d
Octal127114122011711617310615
Binary101011100111001010010010011111001110111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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