Html Css Color HEX #197324 San Felix

📋 copy color: '#197324'

red 25 ◦ green 115 ◦ blue 36

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

Shades of San Felix #197324

Tints of San Felix #197324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 14.2%
G = 65.34%
B = 20.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#197324 (or 0x197324) is known color: San Felix. HEX triplet: 19, 73 and 24. RGB value is (25,115,36). Sum of RGB (Red+Green+Blue) = 25+115+36=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #197324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197324 is #E68CDB. Grayscale: #4F4F4F. Windows color (decimal): -15109340 or 2388761. OLE color: 2388761.

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

Color convert

RGB 25 115 36 -
CMYK 0.78 0 0.69 0.55
HSL 127.33º 0.64% 0.27% -
HSV(B) 127.33º 0.78% 0.45% -
XYZ 6.85 12.6 3.74 -
YUV 79.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 25 115 36 0.78 0 0.69 0.55 127.33 0.64 0.27
Hex 19 73 24 4E 0 45 37 7F 40 1B
Octal 31 163 44 116 0 105 67 177 100 33
Binary 11001 1110011 100100 1001110 0 1000101 110111 1111111 1000000 11011

Color Harmonies of #197324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197324

Black with #197324

Text Example


Text Example

White with #197324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197324; }

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

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

background-color css

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

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

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

border-color css

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

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

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