#35615A

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

Shades of Eden #35615A

Tints of Eden #35615A

Color information

#35615A (or 0x35615A) is unknown color: approx Eden. HEX triplet: 35, 61 and 5A. RGB value is (53,97,90). Sum of RGB (Red+Green+Blue) = 53+97+90=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #35615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35615A is #CA9EA5. Grayscale: #535353. Windows color (decimal): -13278886 or 5923125. OLE color: 5923125.

HSL color Cylindrical-coordinate representation of color #35615A: hue angle of 170.45º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35615A is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB539790-
CMYK0.4500.070.62
HSL170.45º29.33%29.41%-
HSV(B)170.45º45.36%38.04%-
XYZ7.5910.0411.21-
YUV83.05131.92106.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=22.08%
G=40.42%
B=37.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397900.4500.070.62170.4529.3329.41
Hex35615A2D073Eaa1d1d
Octal651411325507762523535
Binary110101110000110110101011010111111110101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35615A; }

 p { color: rgb(53,97,90); }

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

<style>
 a { background-color: #35615A; }

 a { background-color: rgb(53,97,90); }

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

<style>
 span { border-color: #35615A; }

 span { border-color: rgb(53,97,90); }

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