Html Css Color HEX #197325 San Felix

📋 copy color: '#197325'

red 25 ◦ green 115 ◦ blue 37

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

Shades of San Felix #197325

Tints of San Felix #197325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.9%

R = 14.12%
G = 64.97%
B = 20.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#197325 (or 0x197325) is known color: San Felix. HEX triplet: 19, 73 and 25. RGB value is (25,115,37). Sum of RGB (Red+Green+Blue) = 25+115+37=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #197325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197325 is #E68CDA. Grayscale: #4F4F4F. Windows color (decimal): -15109339 or 2454297. OLE color: 2454297.

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

Color convert

RGB 25 115 37 -
CMYK 0.78 0 0.68 0.55
HSL 128º 0.64% 0.27% -
HSV(B) 128º 0.78% 0.45% -
XYZ 6.87 12.6 3.82 -
YUV 79.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 25 115 37 0.78 0 0.68 0.55 128 0.64 0.27
Hex 19 73 25 4E 0 44 37 80 40 1B
Octal 31 163 45 116 0 104 67 200 100 33
Binary 11001 1110011 100101 1001110 0 1000100 110111 10000000 1000000 11011

Color Harmonies of #197325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197325

Black with #197325

Text Example


Text Example

White with #197325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197325; }

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

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

background-color css

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

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

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

border-color css

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

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

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