#11604C

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

Shades of Jewel #11604C

Tints of Jewel #11604C

Color information

#11604C (or 0x11604C) is unknown color: approx Jewel. HEX triplet: 11, 60 and 4C. RGB value is (17,96,76). Sum of RGB (Red+Green+Blue) = 17+96+76=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #11604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11604C is #EE9FB3. Grayscale: #464646. Windows color (decimal): -15638452 or 5005329. OLE color: 5005329.

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

Color convert

RGB179676-
CMYK0.8200.210.62
HSL164.81º69.91%22.16%-
HSV(B)164.81º82.29%37.65%-
XYZ5.729.018.27-
YUV70.1131.3390.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=8.99%
G=50.79%
B=40.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796760.8200.210.62164.8169.9122.16
Hex11604C520153Ea54616
Octal211401141220257624510626
Binary1000111000001001100101001001010111111010100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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