Html Css Color HEX #196918 San Felix

📋 copy color: '#196918'

red 25 ◦ green 105 ◦ blue 24

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

Shades of San Felix #196918

Tints of San Felix #196918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 16.23%
G = 68.18%
B = 15.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#196918 (or 0x196918) is known color: San Felix. HEX triplet: 19, 69 and 18. RGB value is (25,105,24). Sum of RGB (Red+Green+Blue) = 25+105+24=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #196918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196918 is #E696E7. Grayscale: #484848. Windows color (decimal): -15111912 or 1599769. OLE color: 1599769.

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

Color convert

RGB 25 105 24 -
CMYK 0.76 0 0.77 0.59
HSL 119.26º 0.63% 0.25% -
HSV(B) 119.26º 0.77% 0.41% -
XYZ 5.62 10.38 2.57 -
YUV 71.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 25 105 24 0.76 0 0.77 0.59 119.26 0.63 0.25
Hex 19 69 18 4C 0 4D 3B 77 3F 19
Octal 31 151 30 114 0 115 73 167 77 31
Binary 11001 1101001 11000 1001100 0 1001101 111011 1110111 111111 11001

Color Harmonies of #196918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196918

Black with #196918

Text Example


Text Example

White with #196918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196918; }

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

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

background-color css

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

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

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

border-color css

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

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

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