#1C6555

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

Shades of Eden #1C6555

Tints of Eden #1C6555

Color information

#1C6555 (or 0x1C6555) is unknown color: approx Eden. HEX triplet: 1C, 65 and 55. RGB value is (28,101,85). Sum of RGB (Red+Green+Blue) = 28+101+85=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #1C6555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6555 is #E39AAA. Grayscale: #4D4D4D. Windows color (decimal): -14916267 or 5596444. OLE color: 5596444.

HSL color Cylindrical-coordinate representation of color #1C6555: hue angle of 166.85º 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 #1C6555 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB2810185-
CMYK0.7200.160.60
HSL166.85º56.59%25.29%-
HSV(B)166.85º72.28%39.61%-
XYZ6.7710.2110.21-
YUV77.35132.3292.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.08%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=13.08%
G=47.20%
B=39.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28101850.7200.160.60166.8556.5925.29
Hex1C6555480103Ca73919
Octal34145125110020742477131
Binary111001100101101010110010000100001111001010011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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