#0A390F

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

Shades of Myrtle #0A390F

Tints of Myrtle #0A390F

Color information

#0A390F (or 0x0A390F) is unknown color: approx Myrtle. HEX triplet: 0A, 39 and 0F. RGB value is (10,57,15). Sum of RGB (Red+Green+Blue) = 10+57+15=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #0A390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A390F is #F5C6F0. Grayscale: #262626. Windows color (decimal): -16107249 or 997642. OLE color: 997642.

HSL color Cylindrical-coordinate representation of color #0A390F: hue angle of 126.38º 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 #0A390F is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB105715-
CMYK0.8200.740.78
HSL126.38º70.15%13.14%-
HSV(B)126.38º82.46%22.35%-
XYZ1.673.030.95-
YUV38.16114.93107.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 57 (22.66% from 255) = 69.51%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=12.20%
G=69.51%
B=18.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1057150.8200.740.78126.3870.1513.14
HexA39F5204A4E7e46d
Octal127117122011211617610615
Binary101011100111111010010010010101001110111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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