#35655F

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

Shades of Eden #35655F

Tints of Eden #35655F

Color information

#35655F (or 0x35655F) is unknown color: approx Eden. HEX triplet: 35, 65 and 5F. RGB value is (53,101,95). Sum of RGB (Red+Green+Blue) = 53+101+95=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #35655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35655F is #CA9AA0. Grayscale: #555555. Windows color (decimal): -13277857 or 6251829. OLE color: 6251829.

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

Color convert

RGB5310195-
CMYK0.4800.060.60
HSL172.5º31.17%30.2%-
HSV(B)172.5º47.52%39.61%-
XYZ8.1910.8912.5-
YUV85.96133.1104.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=21.29%
G=40.56%
B=38.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101950.4800.060.60172.531.1730.2
Hex35655F30063Cac1f1e
Octal651451376006742543736
Binary110101110010110111111100000110111100101011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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