Html Css Color HEX #196D1C San Felix

📋 copy color: '#196D1C'

red 25 ◦ green 109 ◦ blue 28

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

Shades of San Felix #196D1C

Tints of San Felix #196D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 67.28%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 15.43%
G = 67.28%
B = 17.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#196D1C (or 0x196D1C) is known color: San Felix. HEX triplet: 19, 6D and 1C. RGB value is (25,109,28). Sum of RGB (Red+Green+Blue) = 25+109+28=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 109 (42.97% from 255 or 67.28% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 109 - color contains mainly: green. Hex color #196D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196D1C is #E692E3. Grayscale: #4A4A4A. Windows color (decimal): -15110884 or 1862937. OLE color: 1862937.

HSL color Cylindrical-coordinate representation of color #196D1C: hue angle of 122.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196D1C is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 109 28 -
CMYK 0.77 0 0.74 0.57
HSL 122.14º 0.63% 0.26% -
HSV(B) 122.14º 0.77% 0.43% -
XYZ 6.08 11.23 2.95 -
YUV 74.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 25 109 28 0.77 0 0.74 0.57 122.14 0.63 0.26
Hex 19 6D 1C 4D 0 4A 39 7A 3F 1A
Octal 31 155 34 115 0 112 71 172 77 32
Binary 11001 1101101 11100 1001101 0 1001010 111001 1111010 111111 11010

Color Harmonies of #196D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D1C

Black with #196D1C

Text Example


Text Example

White with #196D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,109,28); }

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

background-color css

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

 a { background-color: rgb(25,109,28); }

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

border-color css

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

 span { border-color: rgb(25,109,28); }

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