#35655E

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

Shades of Eden #35655E

Tints of Eden #35655E

Color information

#35655E (or 0x35655E) is unknown color: approx Eden. HEX triplet: 35, 65 and 5E. RGB value is (53,101,94). Sum of RGB (Red+Green+Blue) = 53+101+94=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #35655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35655E is #CA9AA1. Grayscale: #555555. Windows color (decimal): -13277858 or 6186293. OLE color: 6186293.

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

Color convert

RGB5310194-
CMYK0.4800.070.60
HSL171.25º31.17%30.2%-
HSV(B)171.25º47.52%39.61%-
XYZ8.1410.8712.26-
YUV85.85132.6104.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=21.37%
G=40.73%
B=37.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101940.4800.070.60171.2531.1730.2
Hex35655E30073Cab1f1e
Octal651451366007742533736
Binary110101110010110111101100000111111100101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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