#35665F

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

Shades of Eden #35665F

Tints of Eden #35665F

Color information

#35665F (or 0x35665F) is unknown color: approx Eden. HEX triplet: 35, 66 and 5F. RGB value is (53,102,95). Sum of RGB (Red+Green+Blue) = 53+102+95=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #35665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35665F is #CA99A0. Grayscale: #565656. Windows color (decimal): -13277601 or 6252085. OLE color: 6252085.

HSL color Cylindrical-coordinate representation of color #35665F: hue angle of 171.43º 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 #35665F is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB5310295-
CMYK0.4800.070.6
HSL171.43º31.61%30.39%-
HSV(B)171.43º48.04%40%-
XYZ8.2911.0912.53-
YUV86.55132.77104.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=21.2%
G=40.8%
B=38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102950.4800.070.6171.4331.6130.39
Hex35665F30073Cab201e
Octal651461376007742534036
Binary1101011100110101111111000001111111001010101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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