#104D10

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

Shades of Myrtle #104D10

Tints of Myrtle #104D10

Color information

#104D10 (or 0x104D10) is unknown color: approx Myrtle. HEX triplet: 10, 4D and 10. RGB value is (16,77,16). Sum of RGB (Red+Green+Blue) = 16+77+16=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #104D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D10 is #EFB2EF. Grayscale: #333333. Windows color (decimal): -15708912 or 1068304. OLE color: 1068304.

HSL color Cylindrical-coordinate representation of color #104D10: hue angle of 120º degrees, saturation: 0.66, 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 #104D10 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB167716-
CMYK0.7900.790.70
HSL120º65.59%18.24%-
HSV(B)120º79.22%30.2%-
XYZ2.965.461.39-
YUV51.81107.79102.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 77 (30.47% from 255) = 70.64%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=14.68%
G=70.64%
B=14.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677160.7900.790.7012065.5918.24
Hex104D104F04F46784212
Octal2011520117011710617010222
Binary1000010011011000010011110100111110001101111000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,77,16); }

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

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

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

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

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

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

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