Html Css Color HEX #196814 San Felix

📋 copy color: '#196814'

red 25 ◦ green 104 ◦ blue 20

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

Shades of San Felix #196814

Tints of San Felix #196814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 69.8%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 16.78%
G = 69.8%
B = 13.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#196814 (or 0x196814) is known color: San Felix. HEX triplet: 19, 68 and 14. RGB value is (25,104,20). Sum of RGB (Red+Green+Blue) = 25+104+20=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #196814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196814 is #E697EB. Grayscale: #474747. Windows color (decimal): -15112172 or 1337369. OLE color: 1337369.

HSL color Cylindrical-coordinate representation of color #196814: hue angle of 116.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196814 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 104 20 -
CMYK 0.76 0 0.81 0.59
HSL 116.43º 0.68% 0.24% -
HSV(B) 116.43º 0.81% 0.41% -
XYZ 5.48 10.16 2.33 -
YUV 70.8 99.33 95.33 -
System Red Green Blue C M Y K H S L
Decimal 25 104 20 0.76 0 0.81 0.59 116.43 0.68 0.24
Hex 19 68 14 4C 0 51 3B 74 44 18
Octal 31 150 24 114 0 121 73 164 104 30
Binary 11001 1101000 10100 1001100 0 1010001 111011 1110100 1000100 11000

Color Harmonies of #196814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196814

Black with #196814

Text Example


Text Example

White with #196814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196814; }

 p { color: rgb(25,104,20); }

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

background-color css

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

 a { background-color: rgb(25,104,20); }

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

border-color css

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

 span { border-color: rgb(25,104,20); }

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