Html Css Color HEX #196D1B San Felix

📋 copy color: '#196D1B'

red 25 ◦ green 109 ◦ blue 27

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

Shades of San Felix #196D1B

Tints of San Felix #196D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 15.53%
G = 67.7%
B = 16.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#196D1B (or 0x196D1B) is known color: San Felix. HEX triplet: 19, 6D and 1B. RGB value is (25,109,27). Sum of RGB (Red+Green+Blue) = 25+109+27=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 109 (42.97% from 255 or 67.70% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 109 - color contains mainly: green. Hex color #196D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196D1B is #E692E4. Grayscale: #4A4A4A. Windows color (decimal): -15110885 or 1797401. OLE color: 1797401.

HSL color Cylindrical-coordinate representation of color #196D1B: hue angle of 121.43º 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 #196D1B is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 109 27 -
CMYK 0.77 0 0.75 0.57
HSL 121.43º 0.63% 0.26% -
HSV(B) 121.43º 0.77% 0.43% -
XYZ 6.07 11.22 2.88 -
YUV 74.54 101.17 92.67 -
System Red Green Blue C M Y K H S L
Decimal 25 109 27 0.77 0 0.75 0.57 121.43 0.63 0.26
Hex 19 6D 1B 4D 0 4B 39 79 3F 1A
Octal 31 155 33 115 0 113 71 171 77 32
Binary 11001 1101101 11011 1001101 0 1001011 111001 1111001 111111 11010

Color Harmonies of #196D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D1B

Black with #196D1B

Text Example


Text Example

White with #196D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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