Html Css Color HEX #196319 San Felix

📋 copy color: '#196319'

red 25 ◦ green 99 ◦ blue 25

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

Shades of San Felix #196319

Tints of San Felix #196319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 66.44%

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

R = 16.78%
G = 66.44%
B = 16.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#196319 (or 0x196319) is known color: San Felix. HEX triplet: 19, 63 and 19. RGB value is (25,99,25). Sum of RGB (Red+Green+Blue) = 25+99+25=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #196319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196319 is #E69CE6. Grayscale: #444444. Windows color (decimal): -15113447 or 1663769. OLE color: 1663769.

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

Color convert

RGB 25 99 25 -
CMYK 0.75 0 0.75 0.61
HSL 120º 0.6% 0.24% -
HSV(B) 120º 0.75% 0.39% -
XYZ 5.04 9.2 2.43 -
YUV 68.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 25 99 25 0.75 0 0.75 0.61 120 0.6 0.24
Hex 19 63 19 4B 0 4B 3D 78 3C 18
Octal 31 143 31 113 0 113 75 170 74 30
Binary 11001 1100011 11001 1001011 0 1001011 111101 1111000 111100 11000

Color Harmonies of #196319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196319

Black with #196319

Text Example


Text Example

White with #196319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196319; }

 p { color: rgb(25,99,25); }

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

background-color css

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

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

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

border-color css

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

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

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