#104913

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

Shades of Myrtle #104913

Tints of Myrtle #104913

Color information

#104913 (or 0x104913) is unknown color: approx Myrtle. HEX triplet: 10, 49 and 13. RGB value is (16,73,19). Sum of RGB (Red+Green+Blue) = 16+73+19=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #104913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104913 is #EFB6EC. Grayscale: #313131. Windows color (decimal): -15709933 or 1263888. OLE color: 1263888.

HSL color Cylindrical-coordinate representation of color #104913: hue angle of 123.16º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104913 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB167319-
CMYK0.7800.740.71
HSL123.16º64.04%17.45%-
HSV(B)123.16º78.08%28.63%-
XYZ2.714.921.42-
YUV49.8110.62103.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 73 (28.91% from 255) = 67.59%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=14.81%
G=67.59%
B=17.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673190.7800.740.71123.1664.0417.45
Hex1049134E04A477b4011
Octal2011123116011210717310021
Binary1000010010011001110011100100101010001111111011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104913; }

 p { color: rgb(16,73,19); }

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

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

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

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

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

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

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