#104D14

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

Shades of Myrtle #104D14

Tints of Myrtle #104D14

Color information

#104D14 (or 0x104D14) is unknown color: approx Myrtle. HEX triplet: 10, 4D and 14. RGB value is (16,77,20). Sum of RGB (Red+Green+Blue) = 16+77+20=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #104D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D14 is #EFB2EB. Grayscale: #343434. Windows color (decimal): -15708908 or 1330448. OLE color: 1330448.

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

Color convert

RGB167720-
CMYK0.7900.740.70
HSL123.93º65.59%18.24%-
HSV(B)123.93º79.22%30.2%-
XYZ2.995.471.56-
YUV52.26109.79102.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 77 (30.47% from 255) = 68.14%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=14.16%
G=68.14%
B=17.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677200.7900.740.70123.9365.5918.24
Hex104D144F04A467c4212
Octal2011524117011210617410222
Binary1000010011011010010011110100101010001101111100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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