Html Css Color HEX #35685D Eden

📋 copy color: '#35685D'

red 53 ◦ green 104 ◦ blue 93

#35685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #35685D

Tints of Eden #35685D

RGB

 RED value IS 53 (21.09% from 255) = 21.2%

 GREEN value IS 104 (41.02% from 255) = 41.6%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 21.2%
G = 41.6%
B = 37.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#35685D (or 0x35685D) is known color: Eden. HEX triplet: 35, 68 and 5D. RGB value is (53,104,93). Sum of RGB (Red+Green+Blue) = 53+104+93=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #35685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35685D is #CA97A2. Grayscale: #575757. Windows color (decimal): -13277091 or 6121525. OLE color: 6121525.

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

Color convert

RGB 53 104 93 -
CMYK 0.49 0 0.11 0.59
HSL 167.06º 0.32% 0.31% -
HSV(B) 167.06º 0.49% 0.41% -
XYZ 8.39 11.45 12.12 -
YUV 87.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 53 104 93 0.49 0 0.11 0.59 167.06 0.32 0.31
Hex 35 68 5D 31 0 B 3B A7 20 1F
Octal 65 150 135 61 0 13 73 247 40 37
Binary 110101 1101000 1011101 110001 0 1011 111011 10100111 100000 11111

Color Harmonies of #35685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35685D

Black with #35685D

Text Example


Text Example

White with #35685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35685D;
 }
 .AnyTagClassName
 {
   color: #35685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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