Html Css Color HEX #196C20 San Felix

📋 copy color: '#196C20'

red 25 ◦ green 108 ◦ blue 32

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

Shades of San Felix #196C20

Tints of San Felix #196C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 65.45%

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

R = 15.15%
G = 65.45%
B = 19.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#196C20 (or 0x196C20) is known color: San Felix. HEX triplet: 19, 6C and 20. RGB value is (25,108,32). Sum of RGB (Red+Green+Blue) = 25+108+32=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #196C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C20 is #E693DF. Grayscale: #4A4A4A. Windows color (decimal): -15111136 or 2124825. OLE color: 2124825.

HSL color Cylindrical-coordinate representation of color #196C20: hue angle of 125.06º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C20 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 108 32 -
CMYK 0.77 0 0.70 0.58
HSL 125.06º 0.62% 0.26% -
HSV(B) 125.06º 0.77% 0.42% -
XYZ 6.02 11.04 3.18 -
YUV 74.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 25 108 32 0.77 0 0.70 0.58 125.06 0.62 0.26
Hex 19 6C 20 4D 0 46 3A 7D 3E 1A
Octal 31 154 40 115 0 106 72 175 76 32
Binary 11001 1101100 100000 1001101 0 1000110 111010 1111101 111110 11010

Color Harmonies of #196C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196C20

Black with #196C20

Text Example


Text Example

White with #196C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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