Html Css Color HEX #35655D Eden

📋 copy color: '#35655D'

red 53 ◦ green 101 ◦ blue 93

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

Shades of Eden #35655D

Tints of Eden #35655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.89%

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

R = 21.46%
G = 40.89%
B = 37.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#35655D (or 0x35655D) is known color: Eden. HEX triplet: 35, 65 and 5D. RGB value is (53,101,93). Sum of RGB (Red+Green+Blue) = 53+101+93=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #35655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35655D is #CA9AA2. Grayscale: #555555. Windows color (decimal): -13277859 or 6120757. OLE color: 6120757.

HSL color Cylindrical-coordinate representation of color #35655D: hue angle of 170º degrees, saturation: 0.31, 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 #35655D is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 101 93 -
CMYK 0.48 0 0.08 0.60
HSL 170º 0.31% 0.3% -
HSV(B) 170º 0.48% 0.4% -
XYZ 8.1 10.85 12.02 -
YUV 85.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 53 101 93 0.48 0 0.08 0.60 170 0.31 0.3
Hex 35 65 5D 30 0 8 3C AA 1F 1E
Octal 65 145 135 60 0 10 74 252 37 36
Binary 110101 1100101 1011101 110000 0 1000 111100 10101010 11111 11110

Color Harmonies of #35655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35655D

Black with #35655D

Text Example


Text Example

White with #35655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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