#197225

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

Shades of San Felix #197225

Tints of San Felix #197225

Color information

#197225 (or 0x197225) is unknown color: approx San Felix. HEX triplet: 19, 72 and 25. RGB value is (25,114,37). Sum of RGB (Red+Green+Blue) = 25+114+37=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #197225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197225 is #E68DDA. Grayscale: #4E4E4E. Windows color (decimal): -15109595 or 2454041. OLE color: 2454041.

HSL color Cylindrical-coordinate representation of color #197225: hue angle of 128.09º 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 #197225 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB2511437-
CMYK0.7800.680.55
HSL128.09º64.03%27.25%-
HSV(B)128.09º78.07%44.71%-
XYZ6.7512.373.78-
YUV78.61104.5189.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 114 (44.92% from 255) = 64.77%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=14.20%
G=64.77%
B=21.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114370.7800.680.55128.0964.0327.25
Hex1972254E0443780401b
Octal311624511601046720010033
Binary11001111001010010110011100100010011011110000000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197225; }

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

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

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

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

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

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

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

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