#35685D

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

Shades of Eden #35685D

Tints of Eden #35685D

Color information

#35685D (or 0x35685D) is unknown color: approx Eden. HEX triplet: 35, 68 and 5D. RGB value is (53,104,93). Sum of RGB (Red+Green+Blue) = 53+104+93=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #35685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35685D is #CA97A2. Grayscale: #575757. Windows color (decimal): -13277091 or 6121525. OLE color: 6121525.

HSL color Cylindrical-coordinate representation of color #35685D: hue angle of 167.06º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35685D is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB5310493-
CMYK0.4900.110.59
HSL167.06º32.48%30.78%-
HSV(B)167.06º49.04%40.78%-
XYZ8.3911.4512.12-
YUV87.5131.1103.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=21.2%
G=41.6%
B=37.2%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104930.4900.110.59167.0632.4830.78
Hex35685D310B3Ba7201f
Octal6515013561013732474037
Binary11010111010001011101110001010111110111010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35685D; }

 p { color: rgb(53,104,93); }

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

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

 a { background-color: rgb(53,104,93); }

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

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

 span { border-color: rgb(53,104,93); }

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