#0A470C

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

Shades of Myrtle #0A470C

Tints of Myrtle #0A470C

Color information

#0A470C (or 0x0A470C) is unknown color: approx Myrtle. HEX triplet: 0A, 47 and 0C. RGB value is (10,71,12). Sum of RGB (Red+Green+Blue) = 10+71+12=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #0A470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A470C is #F5B8F3. Grayscale: #2E2E2E. Windows color (decimal): -16103668 or 804618. OLE color: 804618.

HSL color Cylindrical-coordinate representation of color #0A470C: hue angle of 121.97º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A470C is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB107112-
CMYK0.8600.830.72
HSL121.97º75.31%15.88%-
HSV(B)121.97º85.92%27.84%-
XYZ2.444.61.11-
YUV46.04108.79102.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.75%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=10.75%
G=76.34%
B=12.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071120.8600.830.72121.9775.3115.88
HexA47C56053487a4b10
Octal1210714126012311017211320
Binary10101000111110010101100101001110010001111010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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