#196220

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

Shades of San Felix #196220

Tints of San Felix #196220

Color information

#196220 (or 0x196220) is unknown color: approx San Felix. HEX triplet: 19, 62 and 20. RGB value is (25,98,32). Sum of RGB (Red+Green+Blue) = 25+98+32=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #196220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196220 is #E69DDF. Grayscale: #444444. Windows color (decimal): -15113696 or 2122265. OLE color: 2122265.

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

Color convert

RGB259832-
CMYK0.7400.670.62
HSL125.75º59.35%24.12%-
HSV(B)125.75º74.49%38.43%-
XYZ5.039.052.85-
YUV68.65107.3296.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=16.13%
G=63.23%
B=20.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598320.7400.670.62125.7559.3524.12
Hex1962204A0433E7e3b18
Octal31142401120103761767330
Binary110011100010100000100101001000011111110111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196220; }

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

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

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

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

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

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

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

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