#35655A

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

Shades of Eden #35655A

Tints of Eden #35655A

Color information

#35655A (or 0x35655A) is unknown color: approx Eden. HEX triplet: 35, 65 and 5A. RGB value is (53,101,90). Sum of RGB (Red+Green+Blue) = 53+101+90=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #35655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35655A is #CA9AA5. Grayscale: #555555. Windows color (decimal): -13277862 or 5924149. OLE color: 5924149.

HSL color Cylindrical-coordinate representation of color #35655A: hue angle of 166.25º 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 #35655A is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB5310190-
CMYK0.4800.110.60
HSL166.25º31.17%30.2%-
HSV(B)166.25º47.52%39.61%-
XYZ7.9710.811.34-
YUV85.39130.6104.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=21.72%
G=41.39%
B=36.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101900.4800.110.60166.2531.1730.2
Hex35655A300B3Ca61f1e
Octal6514513260013742463736
Binary1101011100101101101011000001011111100101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35655A; }

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

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

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

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

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

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

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

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