Html Css Color HEX #355D56 Eden

📋 copy color: '#355D56'

red 53 ◦ green 93 ◦ blue 86

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

Shades of Eden #355D56

Tints of Eden #355D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 86 (33.98% from 255) = 37.07%

R = 22.84%
G = 40.09%
B = 37.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#355D56 (or 0x355D56) is known color: Eden. HEX triplet: 35, 5D and 56. RGB value is (53,93,86). Sum of RGB (Red+Green+Blue) = 53+93+86=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #355D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D56 is #CAA2A9. Grayscale: #505050. Windows color (decimal): -13279914 or 5659957. OLE color: 5659957.

HSL color Cylindrical-coordinate representation of color #355D56: hue angle of 169.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355D56 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 93 86 -
CMYK 0.43 0 0.08 0.64
HSL 169.5º 0.27% 0.29% -
HSV(B) 169.5º 0.43% 0.36% -
XYZ 7.06 9.26 10.22 -
YUV 80.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 53 93 86 0.43 0 0.08 0.64 169.5 0.27 0.29
Hex 35 5D 56 2B 0 8 40 AA 1B 1D
Octal 65 135 126 53 0 10 100 252 33 35
Binary 110101 1011101 1010110 101011 0 1000 1000000 10101010 11011 11101

Color Harmonies of #355D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D56

Black with #355D56

Text Example


Text Example

White with #355D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355D56; }

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

 H1.HeaderClassName
 {
   color: #355D56;
 }
 .AnyTagClassName
 {
   color: #355D56;
 }
</style>

background-color css

<style>
 a { background-color: #355D56; }

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

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

border-color css

<style>
 span { border-color: #355D56; }

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

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