#35665D

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

Shades of Eden #35665D

Tints of Eden #35665D

Color information

#35665D (or 0x35665D) is unknown color: approx Eden. HEX triplet: 35, 66 and 5D. RGB value is (53,102,93). Sum of RGB (Red+Green+Blue) = 53+102+93=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #35665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35665D is #CA99A2. Grayscale: #565656. Windows color (decimal): -13277603 or 6121013. OLE color: 6121013.

HSL color Cylindrical-coordinate representation of color #35665D: hue angle of 168.98º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35665D is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB5310293-
CMYK0.4800.090.6
HSL168.98º31.61%30.39%-
HSV(B)168.98º48.04%40%-
XYZ8.211.0512.06-
YUV86.32131.77104.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=21.37%
G=41.13%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102930.4800.090.6168.9831.6130.39
Hex35665D30093Ca9201e
Octal6514613560011742514036
Binary11010111001101011101110000010011111001010100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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