Html Css Color HEX #116819 San Felix

📋 copy color: '#116819'

red 17 ◦ green 104 ◦ blue 25

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

Shades of San Felix #116819

Tints of San Felix #116819

RGB

 RED value IS 17 (7.03% from 255) = 11.64%

 GREEN value IS 104 (41.02% from 255) = 71.23%

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

R = 11.64%
G = 71.23%
B = 17.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#116819 (or 0x116819) is known color: San Felix. HEX triplet: 11, 68 and 19. RGB value is (17,104,25). Sum of RGB (Red+Green+Blue) = 17+104+25=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #116819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116819 is #EE97E6. Grayscale: #454545. Windows color (decimal): -15636455 or 1665041. OLE color: 1665041.

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

Color convert

RGB 17 104 25 -
CMYK 0.84 0 0.76 0.59
HSL 125.52º 0.72% 0.24% -
HSV(B) 125.52º 0.84% 0.41% -
XYZ 5.36 10.09 2.58 -
YUV 68.98 103.18 90.92 -
System Red Green Blue C M Y K H S L
Decimal 17 104 25 0.84 0 0.76 0.59 125.52 0.72 0.24
Hex 11 68 19 54 0 4C 3B 7E 48 18
Octal 21 150 31 124 0 114 73 176 110 30
Binary 10001 1101000 11001 1010100 0 1001100 111011 1111110 1001000 11000

Color Harmonies of #116819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116819

Black with #116819

Text Example


Text Example

White with #116819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116819; }

 p { color: rgb(17,104,25); }

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

background-color css

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

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

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

border-color css

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

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

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