#196410

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

Shades of Myrtle #196410

Tints of Myrtle #196410

Color information

#196410 (or 0x196410) is unknown color: approx Myrtle. HEX triplet: 19, 64 and 10. RGB value is (25,100,16). Sum of RGB (Red+Green+Blue) = 25+100+16=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #196410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196410 is #E69BEF. Grayscale: #444444. Windows color (decimal): -15113200 or 1074201. OLE color: 1074201.

HSL color Cylindrical-coordinate representation of color #196410: hue angle of 113.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #196410 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB2510016-
CMYK0.7500.840.61
HSL113.57º72.41%22.75%-
HSV(B)113.57º84%39.22%-
XYZ5.059.362.03-
YUV6898.6597.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=17.73%
G=70.92%
B=11.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100160.7500.840.61113.5772.4122.75
Hex1964104B0543D724817
Octal311442011301247516211027
Binary110011100100100001001011010101001111011110010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196410; }

 p { color: rgb(25,100,16); }

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

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

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

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

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

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

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