Html Css Color HEX #197120 San Felix

📋 copy color: '#197120'

red 25 ◦ green 113 ◦ blue 32

#197120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #197120

Tints of San Felix #197120

RGB

 RED value IS 25 (10.16% from 255) = 14.71%

 GREEN value IS 113 (44.53% from 255) = 66.47%

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 14.71%
G = 66.47%
B = 18.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#197120 (or 0x197120) is known color: San Felix. HEX triplet: 19, 71 and 20. RGB value is (25,113,32). Sum of RGB (Red+Green+Blue) = 25+113+32=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #197120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197120 is #E68EDF. Grayscale: #4D4D4D. Windows color (decimal): -15109856 or 2126105. OLE color: 2126105.

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

Color convert

RGB 25 113 32 -
CMYK 0.78 0 0.72 0.56
HSL 124.77º 0.64% 0.27% -
HSV(B) 124.77º 0.78% 0.44% -
XYZ 6.57 12.12 3.36 -
YUV 77.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 25 113 32 0.78 0 0.72 0.56 124.77 0.64 0.27
Hex 19 71 20 4E 0 48 38 7D 40 1B
Octal 31 161 40 116 0 110 70 175 100 33
Binary 11001 1110001 100000 1001110 0 1001000 111000 1111101 1000000 11011

Color Harmonies of #197120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197120

Black with #197120

Text Example


Text Example

White with #197120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197120; }

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

 H1.HeaderClassName
 {
   color: #197120;
 }
 .AnyTagClassName
 {
   color: #197120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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