#1C6559

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

Shades of Eden #1C6559

Tints of Eden #1C6559

Color information

#1C6559 (or 0x1C6559) is unknown color: approx Eden. HEX triplet: 1C, 65 and 59. RGB value is (28,101,89). Sum of RGB (Red+Green+Blue) = 28+101+89=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #1C6559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6559 is #E39AA6. Grayscale: #4D4D4D. Windows color (decimal): -14916263 or 5858588. OLE color: 5858588.

HSL color Cylindrical-coordinate representation of color #1C6559: hue angle of 170.14º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6559 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB2810189-
CMYK0.7200.120.60
HSL170.14º56.59%25.29%-
HSV(B)170.14º72.28%39.61%-
XYZ6.9410.2811.07-
YUV77.8134.3292.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=12.84%
G=46.33%
B=40.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28101890.7200.120.60170.1456.5925.29
Hex1C6559480C3Caa3919
Octal34145131110014742527131
Binary11100110010110110011001000011001111001010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6559; }

 p { color: rgb(28,101,89); }

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

<style>
 a { background-color: #1C6559; }

 a { background-color: rgb(28,101,89); }

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

<style>
 span { border-color: #1C6559; }

 span { border-color: rgb(28,101,89); }

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