#196116

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

Shades of Myrtle #196116

Tints of Myrtle #196116

Color information

#196116 (or 0x196116) is unknown color: approx Myrtle. HEX triplet: 19, 61 and 16. RGB value is (25,97,22). Sum of RGB (Red+Green+Blue) = 25+97+22=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #196116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196116 is #E69EE9. Grayscale: #434343. Windows color (decimal): -15113962 or 1466649. OLE color: 1466649.

HSL color Cylindrical-coordinate representation of color #196116: hue angle of 117.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196116 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB259722-
CMYK0.7400.770.62
HSL117.6º63.03%23.33%-
HSV(B)117.6º77.32%38.04%-
XYZ4.828.812.21-
YUV66.92102.6598.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=17.36%
G=67.36%
B=15.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597220.7400.770.62117.663.0323.33
Hex1961164A04D3E763f17
Octal31141261120115761667727
Binary11001110000110110100101001001101111110111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196116; }

 p { color: rgb(25,97,22); }

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

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

 a { background-color: rgb(25,97,22); }

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

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

 span { border-color: rgb(25,97,22); }

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