#196e1b

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

Shades of San Felix #196E1B

Tints of San Felix #196E1B

Color information

#196E1B (or 0x196E1B) is unknown color: approx San Felix. HEX triplet: 19, 6E and 1B. RGB value is (25,110,27). Sum of RGB (Red+Green+Blue) = 25+110+27=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 110 (43.36% from 255 or 67.90% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 110 - color contains mainly: green. Hex color #196E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E1B is #E691E4. Grayscale: #4B4B4B. Windows color (decimal): -15110629 or 1797657. OLE color: 1797657.

HSL color Cylindrical-coordinate representation of color #196E1B: hue angle of 121.41º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E1B is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB2511027-
CMYK0.7700.750.57
HSL121.41º62.96%26.47%-
HSV(B)121.41º77.27%43.14%-
XYZ6.1711.442.92-
YUV75.12100.8492.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 110 (43.36% from 255) = 67.90%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=15.43%
G=67.90%
B=16.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25110270.7700.750.57121.4162.9626.47
Hex196E1B4D04B39793f1a
Octal31156331150113711717732
Binary11001110111011011100110101001011111001111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196e1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,110,27); }

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

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

 a { background-color: rgb(25,110,27); }

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

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

 span { border-color: rgb(25,110,27); }

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