#1C564D

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

Shades of Eden #1C564D

Tints of Eden #1C564D

Color information

#1C564D (or 0x1C564D) is unknown color: approx Eden. HEX triplet: 1C, 56 and 4D. RGB value is (28,86,77). Sum of RGB (Red+Green+Blue) = 28+86+77=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #1C564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C564D is #E3A9B2. Grayscale: #434343. Windows color (decimal): -14920115 or 5068316. OLE color: 5068316.

HSL color Cylindrical-coordinate representation of color #1C564D: hue angle of 170.69º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C564D is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB288677-
CMYK0.6700.100.66
HSL170.69º50.88%22.35%-
HSV(B)170.69º67.44%33.73%-
XYZ5.157.448.19-
YUV67.63133.2899.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=14.66%
G=45.03%
B=40.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2886770.6700.100.66170.6950.8822.35
Hex1C564D430A42ab3316
Octal341261151030121022536326
Binary111001010110100110110000110101010000101010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,86,77); }

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

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

 a { background-color: rgb(28,86,77); }

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

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

 span { border-color: rgb(28,86,77); }

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