Html Css Color HEX #196D1D San Felix

📋 copy color: '#196D1D'

red 25 ◦ green 109 ◦ blue 29

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

Shades of San Felix #196D1D

Tints of San Felix #196D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 15.34%
G = 66.87%
B = 17.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#196D1D (or 0x196D1D) is known color: San Felix. HEX triplet: 19, 6D and 1D. RGB value is (25,109,29). Sum of RGB (Red+Green+Blue) = 25+109+29=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #196D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196D1D is #E692E2. Grayscale: #4B4B4B. Windows color (decimal): -15110883 or 1928473. OLE color: 1928473.

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

Color convert

RGB 25 109 29 -
CMYK 0.77 0 0.73 0.57
HSL 122.86º 0.63% 0.26% -
HSV(B) 122.86º 0.77% 0.43% -
XYZ 6.09 11.23 3.01 -
YUV 74.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 25 109 29 0.77 0 0.73 0.57 122.86 0.63 0.26
Hex 19 6D 1D 4D 0 49 39 7B 3F 1A
Octal 31 155 35 115 0 111 71 173 77 32
Binary 11001 1101101 11101 1001101 0 1001001 111001 1111011 111111 11010

Color Harmonies of #196D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196D1D

Black with #196D1D

Text Example


Text Example

White with #196D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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