#356560

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

Shades of Eden #356560

Tints of Eden #356560

Color information

#356560 (or 0x356560) is unknown color: approx Eden. HEX triplet: 35, 65 and 60. RGB value is (53,101,96). Sum of RGB (Red+Green+Blue) = 53+101+96=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #356560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356560 is #CA9A9F. Grayscale: #565656. Windows color (decimal): -13277856 or 6317365. OLE color: 6317365.

HSL color Cylindrical-coordinate representation of color #356560: hue angle of 173.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356560 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB5310196-
CMYK0.4800.050.60
HSL173.75º31.17%30.2%-
HSV(B)173.75º47.52%39.61%-
XYZ8.2310.9112.74-
YUV86.08133.6104.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=21.2%
G=40.4%
B=38.4%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101960.4800.050.60173.7531.1730.2
Hex35656030053Cae1f1e
Octal651451406005742563736
Binary110101110010111000001100000101111100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356560; }

 p { color: rgb(53,101,96); }

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

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

 a { background-color: rgb(53,101,96); }

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

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

 span { border-color: rgb(53,101,96); }

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