Html Css Color HEX #35695E Eden

📋 copy color: '#35695E'

red 53 ◦ green 105 ◦ blue 94

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

Shades of Eden #35695E

Tints of Eden #35695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 21.03%
G = 41.67%
B = 37.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#35695E (or 0x35695E) is known color: Eden. HEX triplet: 35, 69 and 5E. RGB value is (53,105,94). Sum of RGB (Red+Green+Blue) = 53+105+94=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #35695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35695E is #CA96A1. Grayscale: #585858. Windows color (decimal): -13276834 or 6187317. OLE color: 6187317.

HSL color Cylindrical-coordinate representation of color #35695E: hue angle of 167.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35695E is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 94 -
CMYK 0.50 0 0.10 0.59
HSL 167.31º 0.33% 0.31% -
HSV(B) 167.31º 0.5% 0.41% -
XYZ 8.54 11.67 12.39 -
YUV 88.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 53 105 94 0.50 0 0.10 0.59 167.31 0.33 0.31
Hex 35 69 5E 32 0 A 3B A7 21 1F
Octal 65 151 136 62 0 12 73 247 41 37
Binary 110101 1101001 1011110 110010 0 1010 111011 10100111 100001 11111

Color Harmonies of #35695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35695E

Black with #35695E

Text Example


Text Example

White with #35695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35695E; }

 p { color: rgb(53,105,94); }

 H1.HeaderClassName
 {
   color: #35695E;
 }
 .AnyTagClassName
 {
   color: #35695E;
 }
</style>

background-color css

<style>
 a { background-color: #35695E; }

 a { background-color: rgb(53,105,94); }

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

border-color css

<style>
 span { border-color: #35695E; }

 span { border-color: rgb(53,105,94); }

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