#115C4F

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

Shades of Eden #115C4F

Tints of Eden #115C4F

Color information

#115C4F (or 0x115C4F) is unknown color: approx Eden. HEX triplet: 11, 5C and 4F. RGB value is (17,92,79). Sum of RGB (Red+Green+Blue) = 17+92+79=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #115C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C4F is #EEA3B0. Grayscale: #444444. Windows color (decimal): -15639473 or 5200913. OLE color: 5200913.

HSL color Cylindrical-coordinate representation of color #115C4F: hue angle of 169.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C4F is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB179279-
CMYK0.8200.140.64
HSL169.6º68.81%21.37%-
HSV(B)169.6º81.52%36.08%-
XYZ5.478.348.72-
YUV68.09134.1591.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=9.04%
G=48.94%
B=42.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1792790.8200.140.64169.668.8121.37
Hex115C4F520E40aa4515
Octal2113411712201610025210525
Binary1000110111001001111101001001110100000010101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115C4F; }

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

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

<style>
 a { background-color: #115C4F; }

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

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

<style>
 span { border-color: #115C4F; }

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

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