#104C0D

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

Shades of Myrtle #104C0D

Tints of Myrtle #104C0D

Color information

#104C0D (or 0x104C0D) is unknown color: approx Myrtle. HEX triplet: 10, 4C and 0D. RGB value is (16,76,13). Sum of RGB (Red+Green+Blue) = 16+76+13=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 76 (30.08% from 255 or 72.38% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 76 - color contains mainly: green. Hex color #104C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C0D is #EFB3F2. Grayscale: #333333. Windows color (decimal): -15709171 or 871440. OLE color: 871440.

HSL color Cylindrical-coordinate representation of color #104C0D: hue angle of 117.14º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104C0D is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB167613-
CMYK0.7900.830.70
HSL117.14º70.79%17.45%-
HSV(B)117.14º82.89%29.8%-
XYZ2.875.311.25-
YUV50.88106.62103.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.24%
GREEN value IS 76 (30.08% from 255) = 72.38%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=15.24%
G=72.38%
B=12.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676130.7900.830.70117.1470.7917.45
Hex104CD4F05346754711
Octal2011415117012310616510721
Binary100001001100110110011110101001110001101110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C0D; }

 p { color: rgb(16,76,13); }

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

<style>
 a { background-color: #104C0D; }

 a { background-color: rgb(16,76,13); }

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

<style>
 span { border-color: #104C0D; }

 span { border-color: rgb(16,76,13); }

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