#0C470A

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

Shades of Myrtle #0C470A

Tints of Myrtle #0C470A

Color information

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

HSL color Cylindrical-coordinate representation of color #0C470A: hue angle of 118.03º 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 #0C470A is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB127110-
CMYK0.8300.860.72
HSL118.03º75.31%15.88%-
HSV(B)118.03º85.92%27.84%-
XYZ2.464.611.05-
YUV46.4107.45103.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1271100.8300.860.72118.0375.3115.88
HexC47A5305648764b10
Octal1410712123012611016611320
Binary11001000111101010100110101011010010001110110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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