#197122

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

Shades of San Felix #197122

Tints of San Felix #197122

Color information

#197122 (or 0x197122) is unknown color: approx San Felix. HEX triplet: 19, 71 and 22. RGB value is (25,113,34). Sum of RGB (Red+Green+Blue) = 25+113+34=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #197122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197122 is #E68EDD. Grayscale: #4D4D4D. Windows color (decimal): -15109854 or 2257177. OLE color: 2257177.

HSL color Cylindrical-coordinate representation of color #197122: hue angle of 126.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197122 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB2511334-
CMYK0.7800.700.56
HSL126.14º63.77%27.06%-
HSV(B)126.14º77.88%44.31%-
XYZ6.5912.133.51-
YUV77.68103.3590.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 113 (44.53% from 255) = 65.70%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=14.53%
G=65.70%
B=19.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25113340.7800.700.56126.1463.7727.06
Hex1971224E046387e401b
Octal311614211601067017610033
Binary1100111100011000101001110010001101110001111110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197122; }

 p { color: rgb(25,113,34); }

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

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

 a { background-color: rgb(25,113,34); }

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

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

 span { border-color: rgb(25,113,34); }

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