#35675C

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

Shades of Eden #35675C

Tints of Eden #35675C

Color information

#35675C (or 0x35675C) is unknown color: approx Eden. HEX triplet: 35, 67 and 5C. RGB value is (53,103,92). Sum of RGB (Red+Green+Blue) = 53+103+92=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #35675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35675C is #CA98A3. Grayscale: #565656. Windows color (decimal): -13277348 or 6055733. OLE color: 6055733.

HSL color Cylindrical-coordinate representation of color #35675C: hue angle of 166.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35675C is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB5310392-
CMYK0.4900.110.60
HSL166.8º32.05%30.59%-
HSV(B)166.8º48.54%40.39%-
XYZ8.2511.2311.86-
YUV86.8130.94103.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=21.37%
G=41.53%
B=37.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103920.4900.110.60166.832.0530.59
Hex35675C310B3Ca7201f
Octal6514713461013742474037
Binary11010111001111011100110001010111111001010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35675C; }

 p { color: rgb(53,103,92); }

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

<style>
 a { background-color: #35675C; }

 a { background-color: rgb(53,103,92); }

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

<style>
 span { border-color: #35675C; }

 span { border-color: rgb(53,103,92); }

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