Html Css Color HEX #116547 Jewel

📋 copy color: '#116547'

red 17 ◦ green 101 ◦ blue 71

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

Shades of Jewel #116547

Tints of Jewel #116547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.57%

R = 8.99%
G = 53.44%
B = 37.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#116547 (or 0x116547) is known color: Jewel. HEX triplet: 11, 65 and 47. RGB value is (17,101,71). Sum of RGB (Red+Green+Blue) = 17+101+71=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #116547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116547 is #EE9AB8. Grayscale: #484848. Windows color (decimal): -15637177 or 4678929. OLE color: 4678929.

HSL color Cylindrical-coordinate representation of color #116547: hue angle of 158.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 #116547 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 101 71 -
CMYK 0.83 0 0.30 0.60
HSL 158.57º 0.71% 0.23% -
HSV(B) 158.57º 0.83% 0.4% -
XYZ 6.02 9.88 7.55 -
YUV 72.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 17 101 71 0.83 0 0.30 0.60 158.57 0.71 0.23
Hex 11 65 47 53 0 1E 3C 9F 47 17
Octal 21 145 107 123 0 36 74 237 107 27
Binary 10001 1100101 1000111 1010011 0 11110 111100 10011111 1000111 10111

Color Harmonies of #116547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116547

Black with #116547

Text Example


Text Example

White with #116547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116547; }

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

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

background-color css

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

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

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

border-color css

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

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

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