Html Css Color HEX #116049 Jewel

📋 copy color: '#116049'

red 17 ◦ green 96 ◦ blue 73

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

Shades of Jewel #116049

Tints of Jewel #116049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.61%

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 9.14%
G = 51.61%
B = 39.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#116049 (or 0x116049) is known color: Jewel. HEX triplet: 11, 60 and 49. RGB value is (17,96,73). Sum of RGB (Red+Green+Blue) = 17+96+73=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #116049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116049 is #EE9FB6. Grayscale: #454545. Windows color (decimal): -15638455 or 4808721. OLE color: 4808721.

HSL color Cylindrical-coordinate representation of color #116049: hue angle of 162.53º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116049 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 73 -
CMYK 0.82 0 0.24 0.62
HSL 162.53º 0.7% 0.22% -
HSV(B) 162.53º 0.82% 0.38% -
XYZ 5.62 8.97 7.74 -
YUV 69.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 17 96 73 0.82 0 0.24 0.62 162.53 0.7 0.22
Hex 11 60 49 52 0 18 3E A3 46 16
Octal 21 140 111 122 0 30 76 243 106 26
Binary 10001 1100000 1001001 1010010 0 11000 111110 10100011 1000110 10110

Color Harmonies of #116049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116049

Black with #116049

Text Example


Text Example

White with #116049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116049; }

 p { color: rgb(17,96,73); }

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

background-color css

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

 a { background-color: rgb(17,96,73); }

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

border-color css

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

 span { border-color: rgb(17,96,73); }

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