#11604F

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

Shades of Eden #11604F

Tints of Eden #11604F

Color information

#11604F (or 0x11604F) is unknown color: approx Eden. HEX triplet: 11, 60 and 4F. RGB value is (17,96,79). Sum of RGB (Red+Green+Blue) = 17+96+79=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #11604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11604F is #EE9FB0. Grayscale: #464646. Windows color (decimal): -15638449 or 5201937. OLE color: 5201937.

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

Color convert

RGB179679-
CMYK0.8200.180.62
HSL167.09º69.91%22.16%-
HSV(B)167.09º82.29%37.65%-
XYZ5.839.058.84-
YUV70.44132.8389.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=8.85%
G=50%
B=41.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796790.8200.180.62167.0969.9122.16
Hex11604F520123Ea74616
Octal211401171220227624710626
Binary1000111000001001111101001001001011111010100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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