#356760

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

Shades of Eden #356760

Tints of Eden #356760

Color information

#356760 (or 0x356760) is unknown color: approx Eden. HEX triplet: 35, 67 and 60. RGB value is (53,103,96). Sum of RGB (Red+Green+Blue) = 53+103+96=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #356760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356760 is #CA989F. Grayscale: #575757. Windows color (decimal): -13277344 or 6317877. OLE color: 6317877.

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

Color convert

RGB5310396-
CMYK0.4900.070.60
HSL171.6º32.05%30.59%-
HSV(B)171.6º48.54%40.39%-
XYZ8.4311.312.8-
YUV87.25132.94103.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=21.03%
G=40.87%
B=38.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103960.4900.070.60171.632.0530.59
Hex35676031073Cac201f
Octal651471406107742544037
Binary1101011100111110000011000101111111001010110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356760; }

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

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

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

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

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

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

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

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