#11624D

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

Shades of Jewel #11624D

Tints of Jewel #11624D

Color information

#11624D (or 0x11624D) is unknown color: approx Jewel. HEX triplet: 11, 62 and 4D. RGB value is (17,98,77). Sum of RGB (Red+Green+Blue) = 17+98+77=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #11624D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11624D is #EE9DB2. Grayscale: #474747. Windows color (decimal): -15637939 or 5071377. OLE color: 5071377.

HSL color Cylindrical-coordinate representation of color #11624D: hue angle of 164.44º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11624D is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB179877-
CMYK0.8300.210.62
HSL164.44º70.43%22.55%-
HSV(B)164.44º82.65%38.43%-
XYZ5.949.398.52-
YUV71.39131.1689.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=8.85%
G=51.04%
B=40.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798770.8300.210.62164.4470.4322.55
Hex11624D530153Ea44617
Octal211421151230257624410627
Binary1000111000101001101101001101010111111010100100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11624D; }

 p { color: rgb(17,98,77); }

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

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

 a { background-color: rgb(17,98,77); }

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

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

 span { border-color: rgb(17,98,77); }

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