Html Css Color HEX #116349 Jewel

📋 copy color: '#116349'

red 17 ◦ green 99 ◦ blue 73

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

Shades of Jewel #116349

Tints of Jewel #116349

RGB

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

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

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

R = 8.99%
G = 52.38%
B = 38.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#116349 (or 0x116349) is known color: Jewel. HEX triplet: 11, 63 and 49. RGB value is (17,99,73). Sum of RGB (Red+Green+Blue) = 17+99+73=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #116349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116349 is #EE9CB6. Grayscale: #474747. Windows color (decimal): -15637687 or 4809489. OLE color: 4809489.

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

Color convert

RGB 17 99 73 -
CMYK 0.83 0 0.26 0.61
HSL 160.98º 0.71% 0.23% -
HSV(B) 160.98º 0.83% 0.39% -
XYZ 5.9 9.52 7.83 -
YUV 71.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 17 99 73 0.83 0 0.26 0.61 160.98 0.71 0.23
Hex 11 63 49 53 0 1A 3D A1 47 17
Octal 21 143 111 123 0 32 75 241 107 27
Binary 10001 1100011 1001001 1010011 0 11010 111101 10100001 1000111 10111

Color Harmonies of #116349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116349

Black with #116349

Text Example


Text Example

White with #116349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116349; }

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

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

background-color css

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

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

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

border-color css

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

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

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