Html Css Color HEX #197320 San Felix

📋 copy color: '#197320'

red 25 ◦ green 115 ◦ blue 32

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

Shades of San Felix #197320

Tints of San Felix #197320

RGB

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

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

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

R = 14.53%
G = 66.86%
B = 18.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#197320 (or 0x197320) is known color: San Felix. HEX triplet: 19, 73 and 20. RGB value is (25,115,32). Sum of RGB (Red+Green+Blue) = 25+115+32=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #197320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197320 is #E68CDF. Grayscale: #4E4E4E. Windows color (decimal): -15109344 or 2126617. OLE color: 2126617.

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

Color convert

RGB 25 115 32 -
CMYK 0.78 0 0.72 0.55
HSL 124.67º 0.64% 0.27% -
HSV(B) 124.67º 0.78% 0.45% -
XYZ 6.79 12.57 3.44 -
YUV 78.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 25 115 32 0.78 0 0.72 0.55 124.67 0.64 0.27
Hex 19 73 20 4E 0 48 37 7D 40 1B
Octal 31 163 40 116 0 110 67 175 100 33
Binary 11001 1110011 100000 1001110 0 1001000 110111 1111101 1000000 11011

Color Harmonies of #197320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197320

Black with #197320

Text Example


Text Example

White with #197320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197320; }

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

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

background-color css

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

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

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

border-color css

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

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

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