#35625A

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

Shades of Eden #35625A

Tints of Eden #35625A

Color information

#35625A (or 0x35625A) is unknown color: approx Eden. HEX triplet: 35, 62 and 5A. RGB value is (53,98,90). Sum of RGB (Red+Green+Blue) = 53+98+90=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #35625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35625A is #CA9DA5. Grayscale: #535353. Windows color (decimal): -13278630 or 5923381. OLE color: 5923381.

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

Color convert

RGB539890-
CMYK0.4600.080.62
HSL169.33º29.8%29.61%-
HSV(B)169.33º45.92%38.43%-
XYZ7.6810.2311.24-
YUV83.63131.59106.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=21.99%
G=40.66%
B=37.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398900.4600.080.62169.3329.829.61
Hex35625A2E083Ea91e1e
Octal6514213256010762513636
Binary1101011100010101101010111001000111110101010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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