#35645A

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

Shades of Eden #35645A

Tints of Eden #35645A

Color information

#35645A (or 0x35645A) is unknown color: approx Eden. HEX triplet: 35, 64 and 5A. RGB value is (53,100,90). Sum of RGB (Red+Green+Blue) = 53+100+90=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #35645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35645A is #CA9BA5. Grayscale: #545454. Windows color (decimal): -13278118 or 5923893. OLE color: 5923893.

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

Color convert

RGB5310090-
CMYK0.4700.100.61
HSL167.23º30.72%30%-
HSV(B)167.23º47%39.22%-
XYZ7.8710.6111.31-
YUV84.81130.93105.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=21.81%
G=41.15%
B=37.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100900.4700.100.61167.2330.7230
Hex35645A2F0A3Da71f1e
Octal6514413257012752473736
Binary1101011100100101101010111101010111101101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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