Html Css Color HEX #197222 San Felix

📋 copy color: '#197222'

red 25 ◦ green 114 ◦ blue 34

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

Shades of San Felix #197222

Tints of San Felix #197222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.9%

 BLUE value IS 34 (13.67% from 255) = 19.65%

R = 14.45%
G = 65.9%
B = 19.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#197222 (or 0x197222) is known color: San Felix. HEX triplet: 19, 72 and 22. RGB value is (25,114,34). Sum of RGB (Red+Green+Blue) = 25+114+34=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #197222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197222 is #E68DDD. Grayscale: #4E4E4E. Windows color (decimal): -15109598 or 2257433. OLE color: 2257433.

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

Color convert

RGB 25 114 34 -
CMYK 0.78 0 0.70 0.55
HSL 126.07º 0.64% 0.27% -
HSV(B) 126.07º 0.78% 0.45% -
XYZ 6.71 12.36 3.54 -
YUV 78.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 25 114 34 0.78 0 0.70 0.55 126.07 0.64 0.27
Hex 19 72 22 4E 0 46 37 7E 40 1B
Octal 31 162 42 116 0 106 67 176 100 33
Binary 11001 1110010 100010 1001110 0 1000110 110111 1111110 1000000 11011

Color Harmonies of #197222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197222

Black with #197222

Text Example


Text Example

White with #197222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197222; }

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

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

background-color css

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

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

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

border-color css

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

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

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