Html Css Color HEX #356960 Eden

📋 copy color: '#356960'

red 53 ◦ green 105 ◦ blue 96

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

Shades of Eden #356960

Tints of Eden #356960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 20.87%
G = 41.34%
B = 37.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#356960 (or 0x356960) is known color: Eden. HEX triplet: 35, 69 and 60. RGB value is (53,105,96). Sum of RGB (Red+Green+Blue) = 53+105+96=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #356960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356960 is #CA969F. Grayscale: #585858. Windows color (decimal): -13276832 or 6318389. OLE color: 6318389.

HSL color Cylindrical-coordinate representation of color #356960: hue angle of 169.62º 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 #356960 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 96 -
CMYK 0.50 0 0.09 0.59
HSL 169.62º 0.33% 0.31% -
HSV(B) 169.62º 0.5% 0.41% -
XYZ 8.63 11.7 12.87 -
YUV 88.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 53 105 96 0.50 0 0.09 0.59 169.62 0.33 0.31
Hex 35 69 60 32 0 9 3B AA 21 1F
Octal 65 151 140 62 0 11 73 252 41 37
Binary 110101 1101001 1100000 110010 0 1001 111011 10101010 100001 11111

Color Harmonies of #356960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356960

Black with #356960

Text Example


Text Example

White with #356960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356960; }

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

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

background-color css

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

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

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

border-color css

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

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

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