Html Css Color HEX #116411 Green

📋 copy color: '#116411'

red 17 ◦ green 100 ◦ blue 17

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

Shades of Green #116411

Tints of Green #116411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 74.63%

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 12.69%
G = 74.63%
B = 12.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#116411 (or 0x116411) is known color: Green. HEX triplet: 11, 64 and 11. RGB value is (17,100,17). Sum of RGB (Red+Green+Blue) = 17+100+17=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #116411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116411 is #EE9BEE. Grayscale: #414141. Windows color (decimal): -15637487 or 1139729. OLE color: 1139729.

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

Color convert

RGB 17 100 17 -
CMYK 0.83 0 0.83 0.61
HSL 120º 0.71% 0.23% -
HSV(B) 120º 0.83% 0.39% -
XYZ 4.89 9.27 2.06 -
YUV 65.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 17 100 17 0.83 0 0.83 0.61 120 0.71 0.23
Hex 11 64 11 53 0 53 3D 78 47 17
Octal 21 144 21 123 0 123 75 170 107 27
Binary 10001 1100100 10001 1010011 0 1010011 111101 1111000 1000111 10111

Color Harmonies of #116411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116411

Black with #116411

Text Example


Text Example

White with #116411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116411; }

 p { color: rgb(17,100,17); }

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

background-color css

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

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

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

border-color css

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

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

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