Html Css Color HEX #116446 Jewel

📋 copy color: '#116446'

red 17 ◦ green 100 ◦ blue 70

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

Shades of Jewel #116446

Tints of Jewel #116446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.48%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 9.09%
G = 53.48%
B = 37.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#116446 (or 0x116446) is known color: Jewel. HEX triplet: 11, 64 and 46. RGB value is (17,100,70). Sum of RGB (Red+Green+Blue) = 17+100+70=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #116446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116446 is #EE9BB9. Grayscale: #474747. Windows color (decimal): -15637434 or 4613137. OLE color: 4613137.

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

Color convert

RGB 17 100 70 -
CMYK 0.83 0 0.30 0.61
HSL 158.31º 0.71% 0.23% -
HSV(B) 158.31º 0.83% 0.39% -
XYZ 5.89 9.68 7.35 -
YUV 71.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 17 100 70 0.83 0 0.30 0.61 158.31 0.71 0.23
Hex 11 64 46 53 0 1E 3D 9E 47 17
Octal 21 144 106 123 0 36 75 236 107 27
Binary 10001 1100100 1000110 1010011 0 11110 111101 10011110 1000111 10111

Color Harmonies of #116446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116446

Black with #116446

Text Example


Text Example

White with #116446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116446; }

 p { color: rgb(17,100,70); }

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

background-color css

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

 a { background-color: rgb(17,100,70); }

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

border-color css

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

 span { border-color: rgb(17,100,70); }

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