#196321

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

Shades of San Felix #196321

Tints of San Felix #196321

Color information

#196321 (or 0x196321) is unknown color: approx San Felix. HEX triplet: 19, 63 and 21. RGB value is (25,99,33). Sum of RGB (Red+Green+Blue) = 25+99+33=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #196321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196321 is #E69CDE. Grayscale: #454545. Windows color (decimal): -15113439 or 2188057. OLE color: 2188057.

HSL color Cylindrical-coordinate representation of color #196321: hue angle of 126.49º 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 #196321 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB259933-
CMYK0.7500.670.61
HSL126.49º59.68%24.31%-
HSV(B)126.49º74.75%38.82%-
XYZ5.149.242.95-
YUV69.35107.4896.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 99 (39.06% from 255) = 63.06%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=15.92%
G=63.06%
B=21.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599330.7500.670.61126.4959.6824.31
Hex1963214B0433D7e3c18
Octal31143411130103751767430
Binary110011100011100001100101101000011111101111111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196321; }

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

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

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

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

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

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

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

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