#196311

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

Shades of Myrtle #196311

Tints of Myrtle #196311

Color information

#196311 (or 0x196311) is unknown color: approx Myrtle. HEX triplet: 19, 63 and 11. RGB value is (25,99,17). Sum of RGB (Red+Green+Blue) = 25+99+17=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #196311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196311 is #E69CEE. Grayscale: #434343. Windows color (decimal): -15113455 or 1139481. OLE color: 1139481.

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

Color convert

RGB259917-
CMYK0.7500.830.61
HSL114.15º70.69%22.75%-
HSV(B)114.15º82.83%38.82%-
XYZ4.969.172.04-
YUV67.5399.4897.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 99 (39.06% from 255) = 70.21%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=17.73%
G=70.21%
B=12.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599170.7500.830.61114.1570.6922.75
Hex1963114B0533D724717
Octal311432111301237516210727
Binary110011100011100011001011010100111111011110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196311; }

 p { color: rgb(25,99,17); }

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

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

 a { background-color: rgb(25,99,17); }

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

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

 span { border-color: rgb(25,99,17); }

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