#196320

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

Shades of San Felix #196320

Tints of San Felix #196320

Color information

#196320 (or 0x196320) is unknown color: approx San Felix. HEX triplet: 19, 63 and 20. RGB value is (25,99,32). Sum of RGB (Red+Green+Blue) = 25+99+32=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #196320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196320 is #E69CDF. Grayscale: #454545. Windows color (decimal): -15113440 or 2122521. OLE color: 2122521.

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

Color convert

RGB259932-
CMYK0.7500.680.61
HSL125.68º59.68%24.31%-
HSV(B)125.68º74.75%38.82%-
XYZ5.129.232.88-
YUV69.24106.9896.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 99 (39.06% from 255) = 63.46%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=16.03%
G=63.46%
B=20.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599320.7500.680.61125.6859.6824.31
Hex1963204B0443D7e3c18
Octal31143401130104751767430
Binary110011100011100000100101101000100111101111111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196320; }

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

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

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

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

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

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

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

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