Html Css Color HEX #196915 San Felix

📋 copy color: '#196915'

red 25 ◦ green 105 ◦ blue 21

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

Shades of San Felix #196915

Tints of San Felix #196915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 69.54%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 16.56%
G = 69.54%
B = 13.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#196915 (or 0x196915) is known color: San Felix. HEX triplet: 19, 69 and 15. RGB value is (25,105,21). Sum of RGB (Red+Green+Blue) = 25+105+21=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #196915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196915 is #E696EA. Grayscale: #474747. Windows color (decimal): -15111915 or 1403161. OLE color: 1403161.

HSL color Cylindrical-coordinate representation of color #196915: hue angle of 117.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196915 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 105 21 -
CMYK 0.76 0 0.80 0.59
HSL 117.14º 0.67% 0.25% -
HSV(B) 117.14º 0.8% 0.41% -
XYZ 5.59 10.36 2.42 -
YUV 71.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 25 105 21 0.76 0 0.80 0.59 117.14 0.67 0.25
Hex 19 69 15 4C 0 50 3B 75 43 19
Octal 31 151 25 114 0 120 73 165 103 31
Binary 11001 1101001 10101 1001100 0 1010000 111011 1110101 1000011 11001

Color Harmonies of #196915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196915

Black with #196915

Text Example


Text Example

White with #196915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196915; }

 p { color: rgb(25,105,21); }

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

background-color css

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

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

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

border-color css

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

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

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