#197024

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

Shades of San Felix #197024

Tints of San Felix #197024

Color information

#197024 (or 0x197024) is unknown color: approx San Felix. HEX triplet: 19, 70 and 24. RGB value is (25,112,36). Sum of RGB (Red+Green+Blue) = 25+112+36=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #197024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197024 is #E68FDB. Grayscale: #4D4D4D. Windows color (decimal): -15110108 or 2387993. OLE color: 2387993.

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

Color convert

RGB2511236-
CMYK0.7800.680.56
HSL127.59º63.5%26.86%-
HSV(B)127.59º77.68%43.92%-
XYZ6.5111.923.63-
YUV77.32104.6890.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 112 (44.14% from 255) = 64.74%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=14.45%
G=64.74%
B=20.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112360.7800.680.56127.5963.526.86
Hex1970244E0443880401b
Octal311604411601047020010033
Binary11001111000010010010011100100010011100010000000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197024; }

 p { color: rgb(25,112,36); }

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

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

 a { background-color: rgb(25,112,36); }

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

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

 span { border-color: rgb(25,112,36); }

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