#35635A

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

Shades of Eden #35635A

Tints of Eden #35635A

Color information

#35635A (or 0x35635A) is unknown color: approx Eden. HEX triplet: 35, 63 and 5A. RGB value is (53,99,90). Sum of RGB (Red+Green+Blue) = 53+99+90=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #35635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35635A is #CA9CA5. Grayscale: #545454. Windows color (decimal): -13278374 or 5923637. OLE color: 5923637.

HSL color Cylindrical-coordinate representation of color #35635A: hue angle of 168.26º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35635A is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB539990-
CMYK0.4600.090.61
HSL168.26º30.26%29.8%-
HSV(B)168.26º46.46%38.82%-
XYZ7.7810.4211.27-
YUV84.22131.26105.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=21.90%
G=40.91%
B=37.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399900.4600.090.61168.2630.2629.8
Hex35635A2E093Da81e1e
Octal6514313256011752503636
Binary1101011100011101101010111001001111101101010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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