Html Css Color HEX #116412 Green

📋 copy color: '#116412'

red 17 ◦ green 100 ◦ blue 18

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

Shades of Green #116412

Tints of Green #116412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 12.59%
G = 74.07%
B = 13.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#116412 (or 0x116412) is known color: Green. HEX triplet: 11, 64 and 12. RGB value is (17,100,18). Sum of RGB (Red+Green+Blue) = 17+100+18=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 100 (39.45% from 255 or 74.07% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 100 - color contains mainly: green. Hex color #116412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116412 is #EE9BED. Grayscale: #424242. Windows color (decimal): -15637486 or 1205265. OLE color: 1205265.

HSL color Cylindrical-coordinate representation of color #116412: hue angle of 120.72º 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 #116412 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 100 18 -
CMYK 0.83 0 0.82 0.61
HSL 120.72º 0.71% 0.23% -
HSV(B) 120.72º 0.83% 0.39% -
XYZ 4.9 9.28 2.1 -
YUV 65.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 17 100 18 0.83 0 0.82 0.61 120.72 0.71 0.23
Hex 11 64 12 53 0 52 3D 79 47 17
Octal 21 144 22 123 0 122 75 171 107 27
Binary 10001 1100100 10010 1010011 0 1010010 111101 1111001 1000111 10111

Color Harmonies of #116412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116412

Black with #116412

Text Example


Text Example

White with #116412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116412; }

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

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

background-color css

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

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

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

border-color css

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

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

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