#116948

Color #116948 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #116948

Tints of Jewel #116948

Color information

#116948 (or 0x116948) is unknown color: approx Jewel. HEX triplet: 11, 69 and 48. RGB value is (17,105,72). Sum of RGB (Red+Green+Blue) = 17+105+72=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #116948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116948 is #EE96B7. Grayscale: #4A4A4A. Windows color (decimal): -15636152 or 4745489. OLE color: 4745489.

HSL color Cylindrical-coordinate representation of color #116948: hue angle of 157.5º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116948 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1710572-
CMYK0.8400.310.59
HSL157.5º72.13%23.92%-
HSV(B)157.5º83.81%41.18%-
XYZ6.4510.697.85-
YUV74.93126.3586.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=8.76%
G=54.12%
B=37.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105720.8400.310.59157.572.1323.92
Hex1169485401F3B9e4818
Octal211511101240377323611030
Binary1000111010011001000101010001111111101110011110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116948; }

 p { color: rgb(17,105,72); }

 H1.HeaderClassName
 {
   color: #116948;
 }
 .AnyTagClassName
 {
   color: #116948;
 }
</style>
background-color css

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

 a { background-color: rgb(17,105,72); }

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

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

 span { border-color: rgb(17,105,72); }

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