Html Css Color HEX #116540 Jewel

📋 copy color: '#116540'

red 17 ◦ green 101 ◦ blue 64

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

Shades of Jewel #116540

Tints of Jewel #116540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.49%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 9.34%
G = 55.49%
B = 35.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#116540 (or 0x116540) is known color: Jewel. HEX triplet: 11, 65 and 40. RGB value is (17,101,64). Sum of RGB (Red+Green+Blue) = 17+101+64=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #116540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116540 is #EE9ABF. Grayscale: #474747. Windows color (decimal): -15637184 or 4220177. OLE color: 4220177.

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

Color convert

RGB 17 101 64 -
CMYK 0.83 0 0.37 0.60
HSL 153.57º 0.71% 0.23% -
HSV(B) 153.57º 0.83% 0.4% -
XYZ 5.81 9.8 6.44 -
YUV 71.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 17 101 64 0.83 0 0.37 0.60 153.57 0.71 0.23
Hex 11 65 40 53 0 25 3C 9A 47 17
Octal 21 145 100 123 0 45 74 232 107 27
Binary 10001 1100101 1000000 1010011 0 100101 111100 10011010 1000111 10111

Color Harmonies of #116540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116540

Black with #116540

Text Example


Text Example

White with #116540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116540; }

 p { color: rgb(17,101,64); }

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

background-color css

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

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

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

border-color css

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

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

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