#197220

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

Shades of San Felix #197220

Tints of San Felix #197220

Color information

#197220 (or 0x197220) is unknown color: approx San Felix. HEX triplet: 19, 72 and 20. RGB value is (25,114,32). Sum of RGB (Red+Green+Blue) = 25+114+32=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #197220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197220 is #E68DDF. Grayscale: #4E4E4E. Windows color (decimal): -15109600 or 2126361. OLE color: 2126361.

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

Color convert

RGB2511432-
CMYK0.7800.720.55
HSL124.72º64.03%27.25%-
HSV(B)124.72º78.07%44.71%-
XYZ6.6812.353.4-
YUV78.04102.0190.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 114 (44.92% from 255) = 66.67%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=14.62%
G=66.67%
B=18.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114320.7800.720.55124.7264.0327.25
Hex1972204E048377d401b
Octal311624011601106717510033
Binary1100111100101000001001110010010001101111111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197220; }

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

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

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

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

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

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

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

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