#11604D

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

Shades of Jewel #11604D

Tints of Jewel #11604D

Color information

#11604D (or 0x11604D) is unknown color: approx Jewel. HEX triplet: 11, 60 and 4D. RGB value is (17,96,77). Sum of RGB (Red+Green+Blue) = 17+96+77=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #11604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11604D is #EE9FB2. Grayscale: #464646. Windows color (decimal): -15638451 or 5070865. OLE color: 5070865.

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

Color convert

RGB179677-
CMYK0.8200.200.62
HSL165.57º69.91%22.16%-
HSV(B)165.57º82.29%37.65%-
XYZ5.759.028.46-
YUV70.21131.8390.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=8.95%
G=50.53%
B=40.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796770.8200.200.62165.5769.9122.16
Hex11604D520143Ea64616
Octal211401151220247624610626
Binary1000111000001001101101001001010011111010100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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