#196B22

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

Shades of San Felix #196B22

Tints of San Felix #196B22

Color information

#196B22 (or 0x196B22) is unknown color: approx San Felix. HEX triplet: 19, 6B and 22. RGB value is (25,107,34). Sum of RGB (Red+Green+Blue) = 25+107+34=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #196B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B22 is #E694DD. Grayscale: #4A4A4A. Windows color (decimal): -15111390 or 2255641. OLE color: 2255641.

HSL color Cylindrical-coordinate representation of color #196B22: hue angle of 126.59º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B22 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB2510734-
CMYK0.7700.680.58
HSL126.59º62.12%25.88%-
HSV(B)126.59º76.64%41.96%-
XYZ5.9510.843.29-
YUV74.16105.3392.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 107 (42.19% from 255) = 64.46%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=15.06%
G=64.46%
B=20.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25107340.7700.680.58126.5962.1225.88
Hex196B224D0443A7f3e1a
Octal31153421150104721777632
Binary110011101011100010100110101000100111010111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,107,34); }

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

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

 a { background-color: rgb(25,107,34); }

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

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

 span { border-color: rgb(25,107,34); }

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