#196E20

Color #196E20 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #196E20

Tints of San Felix #196E20

Color information

#196E20 (or 0x196E20) is unknown color: approx San Felix. HEX triplet: 19, 6E and 20. RGB value is (25,110,32). Sum of RGB (Red+Green+Blue) = 25+110+32=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 110 (43.36% from 255 or 65.87% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 110 - color contains mainly: green. Hex color #196E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E20 is #E691DF. Grayscale: #4B4B4B. Windows color (decimal): -15110624 or 2125337. OLE color: 2125337.

HSL color Cylindrical-coordinate representation of color #196E20: hue angle of 124.94º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E20 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB2511032-
CMYK0.7700.710.57
HSL124.94º62.96%26.47%-
HSV(B)124.94º77.27%43.14%-
XYZ6.2411.463.25-
YUV75.69103.3491.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 110 (43.36% from 255) = 65.87%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=14.97%
G=65.87%
B=19.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25110320.7700.710.57124.9462.9626.47
Hex196E204D047397d3f1a
Octal31156401150107711757732
Binary110011101110100000100110101000111111001111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196E20; }

 p { color: rgb(25,110,32); }

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

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

 a { background-color: rgb(25,110,32); }

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

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

 span { border-color: rgb(25,110,32); }

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