#356661

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

Shades of Eden #356661

Tints of Eden #356661

Color information

#356661 (or 0x356661) is unknown color: approx Eden. HEX triplet: 35, 66 and 61. RGB value is (53,102,97). Sum of RGB (Red+Green+Blue) = 53+102+97=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #356661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356661 is #CA999E. Grayscale: #565656. Windows color (decimal): -13277599 or 6383157. OLE color: 6383157.

HSL color Cylindrical-coordinate representation of color #356661: hue angle of 173.88º degrees, saturation: 0.32, 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 #356661 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB5310297-
CMYK0.4800.050.6
HSL173.88º31.61%30.39%-
HSV(B)173.88º48.04%40%-
XYZ8.3811.1213.01-
YUV86.78133.77103.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=21.03%
G=40.48%
B=38.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102970.4800.050.6173.8831.6130.39
Hex35666130053Cae201e
Octal651461416005742564036
Binary1101011100110110000111000001011111001010111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356661; }

 p { color: rgb(53,102,97); }

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

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

 a { background-color: rgb(53,102,97); }

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

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

 span { border-color: rgb(53,102,97); }

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