Html Css Color HEX #116E20 Camarone

📋 copy color: '#116E20'

red 17 ◦ green 110 ◦ blue 32

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

Shades of Camarone #116E20

Tints of Camarone #116E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 69.18%

 BLUE value IS 32 (12.89% from 255) = 20.13%

R = 10.69%
G = 69.18%
B = 20.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#116E20 (or 0x116E20) is known color: Camarone. HEX triplet: 11, 6E and 20. RGB value is (17,110,32). Sum of RGB (Red+Green+Blue) = 17+110+32=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #116E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E20 is #EE91DF. Grayscale: #494949. Windows color (decimal): -15634912 or 2125329. OLE color: 2125329.

HSL color Cylindrical-coordinate representation of color #116E20: hue angle of 129.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E20 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 110 32 -
CMYK 0.85 0 0.71 0.57
HSL 129.68º 0.73% 0.25% -
HSV(B) 129.68º 0.85% 0.43% -
XYZ 6.07 11.38 3.24 -
YUV 73.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 17 110 32 0.85 0 0.71 0.57 129.68 0.73 0.25
Hex 11 6E 20 55 0 47 39 82 49 19
Octal 21 156 40 125 0 107 71 202 111 31
Binary 10001 1101110 100000 1010101 0 1000111 111001 10000010 1001001 11001

Color Harmonies of #116E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E20

Black with #116E20

Text Example


Text Example

White with #116E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116E20; }

 p { color: rgb(17,110,32); }

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

background-color css

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

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

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

border-color css

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

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

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