Html Css Color HEX #116347 Jewel

📋 copy color: '#116347'

red 17 ◦ green 99 ◦ blue 71

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

Shades of Jewel #116347

Tints of Jewel #116347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 9.09%
G = 52.94%
B = 37.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#116347 (or 0x116347) is known color: Jewel. HEX triplet: 11, 63 and 47. RGB value is (17,99,71). Sum of RGB (Red+Green+Blue) = 17+99+71=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #116347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116347 is #EE9CB8. Grayscale: #474747. Windows color (decimal): -15637689 or 4678417. OLE color: 4678417.

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

Color convert

RGB 17 99 71 -
CMYK 0.83 0 0.28 0.61
HSL 159.51º 0.71% 0.23% -
HSV(B) 159.51º 0.83% 0.39% -
XYZ 5.83 9.5 7.49 -
YUV 71.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 17 99 71 0.83 0 0.28 0.61 159.51 0.71 0.23
Hex 11 63 47 53 0 1C 3D A0 47 17
Octal 21 143 107 123 0 34 75 240 107 27
Binary 10001 1100011 1000111 1010011 0 11100 111101 10100000 1000111 10111

Color Harmonies of #116347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116347

Black with #116347

Text Example


Text Example

White with #116347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116347; }

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

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

background-color css

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

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

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

border-color css

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

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

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