Html Css Color HEX #196416 San Felix

📋 copy color: '#196416'

red 25 ◦ green 100 ◦ blue 22

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

Shades of San Felix #196416

Tints of San Felix #196416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 68.03%

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 17.01%
G = 68.03%
B = 14.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#196416 (or 0x196416) is known color: San Felix. HEX triplet: 19, 64 and 16. RGB value is (25,100,22). Sum of RGB (Red+Green+Blue) = 25+100+22=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 100 (39.45% from 255 or 68.03% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 100 - color contains mainly: green. Hex color #196416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196416 is #E69BE9. Grayscale: #444444. Windows color (decimal): -15113194 or 1467417. OLE color: 1467417.

HSL color Cylindrical-coordinate representation of color #196416: hue angle of 117.69º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196416 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 100 22 -
CMYK 0.75 0 0.78 0.61
HSL 117.69º 0.64% 0.24% -
HSV(B) 117.69º 0.78% 0.39% -
XYZ 5.1 9.38 2.3 -
YUV 68.68 101.65 96.84 -
System Red Green Blue C M Y K H S L
Decimal 25 100 22 0.75 0 0.78 0.61 117.69 0.64 0.24
Hex 19 64 16 4B 0 4E 3D 76 40 18
Octal 31 144 26 113 0 116 75 166 100 30
Binary 11001 1100100 10110 1001011 0 1001110 111101 1110110 1000000 11000

Color Harmonies of #196416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196416

Black with #196416

Text Example


Text Example

White with #196416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196416; }

 p { color: rgb(25,100,22); }

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

background-color css

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

 a { background-color: rgb(25,100,22); }

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

border-color css

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

 span { border-color: rgb(25,100,22); }

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