#35685C

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

Shades of Eden #35685C

Tints of Eden #35685C

Color information

#35685C (or 0x35685C) is unknown color: approx Eden. HEX triplet: 35, 68 and 5C. RGB value is (53,104,92). Sum of RGB (Red+Green+Blue) = 53+104+92=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #35685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35685C is #CA97A3. Grayscale: #575757. Windows color (decimal): -13277092 or 6055989. OLE color: 6055989.

HSL color Cylindrical-coordinate representation of color #35685C: hue angle of 165.88º 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 #35685C is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB5310492-
CMYK0.4900.120.59
HSL165.88º32.48%30.78%-
HSV(B)165.88º49.04%40.78%-
XYZ8.3511.4311.89-
YUV87.38130.6103.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=21.29%
G=41.77%
B=36.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104920.4900.120.59165.8832.4830.78
Hex35685C310C3Ba6201f
Octal6515013461014732464037
Binary11010111010001011100110001011001110111010011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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