#104C15

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

Shades of Myrtle #104C15

Tints of Myrtle #104C15

Color information

#104C15 (or 0x104C15) is unknown color: approx Myrtle. HEX triplet: 10, 4C and 15. RGB value is (16,76,21). Sum of RGB (Red+Green+Blue) = 16+76+21=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #104C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C15 is #EFB3EA. Grayscale: #333333. Windows color (decimal): -15709163 or 1395728. OLE color: 1395728.

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

Color convert

RGB167621-
CMYK0.7900.720.70
HSL125º65.22%18.04%-
HSV(B)125º78.95%29.8%-
XYZ2.935.331.58-
YUV51.79110.62102.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 76 (30.08% from 255) = 67.26%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=14.16%
G=67.26%
B=18.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676210.7900.720.7012565.2218.04
Hex104C154F048467d4112
Octal2011425117011010617510122
Binary1000010011001010110011110100100010001101111101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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