#35695D

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

Shades of Eden #35695D

Tints of Eden #35695D

Color information

#35695D (or 0x35695D) is unknown color: approx Eden. HEX triplet: 35, 69 and 5D. RGB value is (53,105,93). Sum of RGB (Red+Green+Blue) = 53+105+93=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #35695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35695D is #CA96A2. Grayscale: #585858. Windows color (decimal): -13276835 or 6121781. OLE color: 6121781.

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

Color convert

RGB5310593-
CMYK0.5000.110.59
HSL166.15º32.91%30.98%-
HSV(B)166.15º49.52%41.18%-
XYZ8.511.6512.16-
YUV88.08130.77102.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=21.12%
G=41.83%
B=37.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105930.5000.110.59166.1532.9130.98
Hex35695D320B3Ba6211f
Octal6515113562013732464137
Binary11010111010011011101110010010111110111010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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