Html Css Color HEX #116649 Jewel

📋 copy color: '#116649'

red 17 ◦ green 102 ◦ blue 73

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

Shades of Jewel #116649

Tints of Jewel #116649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.13%

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

R = 8.85%
G = 53.13%
B = 38.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#116649 (or 0x116649) is known color: Jewel. HEX triplet: 11, 66 and 49. RGB value is (17,102,73). Sum of RGB (Red+Green+Blue) = 17+102+73=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #116649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116649 is #EE99B6. Grayscale: #494949. Windows color (decimal): -15636919 or 4810257. OLE color: 4810257.

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

Color convert

RGB 17 102 73 -
CMYK 0.83 0 0.28 0.6
HSL 159.53º 0.71% 0.23% -
HSV(B) 159.53º 0.83% 0.4% -
XYZ 6.19 10.1 7.93 -
YUV 73.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 17 102 73 0.83 0 0.28 0.6 159.53 0.71 0.23
Hex 11 66 49 53 0 1C 3C A0 47 17
Octal 21 146 111 123 0 34 74 240 107 27
Binary 10001 1100110 1001001 1010011 0 11100 111100 10100000 1000111 10111

Color Harmonies of #116649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116649

Black with #116649

Text Example


Text Example

White with #116649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116649; }

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

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

background-color css

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

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

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

border-color css

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

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

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