#11604B

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

Shades of Jewel #11604B

Tints of Jewel #11604B

Color information

#11604B (or 0x11604B) is unknown color: approx Jewel. HEX triplet: 11, 60 and 4B. RGB value is (17,96,75). Sum of RGB (Red+Green+Blue) = 17+96+75=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #11604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11604B is #EE9FB4. Grayscale: #454545. Windows color (decimal): -15638453 or 4939793. OLE color: 4939793.

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

Color convert

RGB179675-
CMYK0.8200.220.62
HSL164.05º69.91%22.16%-
HSV(B)164.05º82.29%37.65%-
XYZ5.688.998.09-
YUV69.98130.8390.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=9.04%
G=51.06%
B=39.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796750.8200.220.62164.0569.9122.16
Hex11604B520163Ea44616
Octal211401131220267624410626
Binary1000111000001001011101001001011011111010100100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11604B; }

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

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

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

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

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

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

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

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