#196121

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

Shades of San Felix #196121

Tints of San Felix #196121

Color information

#196121 (or 0x196121) is unknown color: approx San Felix. HEX triplet: 19, 61 and 21. RGB value is (25,97,33). Sum of RGB (Red+Green+Blue) = 25+97+33=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #196121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196121 is #E69EDE. Grayscale: #444444. Windows color (decimal): -15113951 or 2187545. OLE color: 2187545.

HSL color Cylindrical-coordinate representation of color #196121: hue angle of 126.67º 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 #196121 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB259733-
CMYK0.7400.660.62
HSL126.67º59.02%23.92%-
HSV(B)126.67º74.23%38.04%-
XYZ4.958.872.89-
YUV68.18108.1597.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=16.13%
G=62.58%
B=21.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597330.7400.660.62126.6759.0223.92
Hex1961214A0423E7f3b18
Octal31141411120102761777330
Binary110011100001100001100101001000010111110111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196121; }

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

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

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

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

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

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

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

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