#116043

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

Shades of Jewel #116043

Tints of Jewel #116043

Color information

#116043 (or 0x116043) is unknown color: approx Jewel. HEX triplet: 11, 60 and 43. RGB value is (17,96,67). Sum of RGB (Red+Green+Blue) = 17+96+67=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #116043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116043 is #EE9FBC. Grayscale: #454545. Windows color (decimal): -15638461 or 4415505. OLE color: 4415505.

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

Color convert

RGB179667-
CMYK0.8200.300.62
HSL157.97º69.91%22.16%-
HSV(B)157.97º82.29%37.65%-
XYZ5.438.896.74-
YUV69.07126.8390.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=9.44%
G=53.33%
B=37.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796670.8200.300.62157.9769.9122.16
Hex1160435201E3E9e4616
Octal211401031220367623610626
Binary1000111000001000011101001001111011111010011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116043; }

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

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

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

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

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

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

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

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