Html Css Color HEX #197322 San Felix

📋 copy color: '#197322'

red 25 ◦ green 115 ◦ blue 34

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

Shades of San Felix #197322

Tints of San Felix #197322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 66.09%

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

R = 14.37%
G = 66.09%
B = 19.54%

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

#197322 (or 0x197322) is known color: San Felix. HEX triplet: 19, 73 and 22. RGB value is (25,115,34). Sum of RGB (Red+Green+Blue) = 25+115+34=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 115 (45.31% from 255 or 66.09% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 115 - color contains mainly: green. Hex color #197322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197322 is #E68CDD. Grayscale: #4F4F4F. Windows color (decimal): -15109342 or 2257689. OLE color: 2257689.

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

Color convert

RGB 25 115 34 -
CMYK 0.78 0 0.70 0.55
HSL 126º 0.64% 0.27% -
HSV(B) 126º 0.78% 0.45% -
XYZ 6.82 12.58 3.58 -
YUV 78.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 25 115 34 0.78 0 0.70 0.55 126 0.64 0.27
Hex 19 73 22 4E 0 46 37 7E 40 1B
Octal 31 163 42 116 0 106 67 176 100 33
Binary 11001 1110011 100010 1001110 0 1000110 110111 1111110 1000000 11011

Color Harmonies of #197322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197322

Black with #197322

Text Example


Text Example

White with #197322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197322; }

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

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

background-color css

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

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

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

border-color css

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

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

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