#1c6355

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

Shades of Eden #1C6355

Tints of Eden #1C6355

Color information

#1C6355 (or 0x1C6355) is unknown color: approx Eden. HEX triplet: 1C, 63 and 55. RGB value is (28,99,85). Sum of RGB (Red+Green+Blue) = 28+99+85=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6355 is #E39CAA. Grayscale: #4C4C4C. Windows color (decimal): -14916779 or 5595932. OLE color: 5595932.

HSL color Cylindrical-coordinate representation of color #1C6355: hue angle of 168.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6355 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB289985-
CMYK0.7200.140.61
HSL168.17º55.91%24.9%-
HSV(B)168.17º71.72%38.82%-
XYZ6.589.8310.14-
YUV76.18132.9893.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=13.21%
G=46.70%
B=40.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899850.7200.140.61168.1755.9124.9
Hex1C6355480E3Da83819
Octal34143125110016752507031
Binary11100110001110101011001000011101111011010100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,99,85); }

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

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

 a { background-color: rgb(28,99,85); }

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

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

 span { border-color: rgb(28,99,85); }

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