Html Css Color HEX #356760 Eden

📋 copy color: '#356760'

red 53 ◦ green 103 ◦ blue 96

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

Shades of Eden #356760

Tints of Eden #356760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 21.03%
G = 40.87%
B = 38.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#356760 (or 0x356760) is known color: Eden. HEX triplet: 35, 67 and 60. RGB value is (53,103,96). Sum of RGB (Red+Green+Blue) = 53+103+96=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #356760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356760 is #CA989F. Grayscale: #575757. Windows color (decimal): -13277344 or 6317877. OLE color: 6317877.

HSL color Cylindrical-coordinate representation of color #356760: hue angle of 171.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356760 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 96 -
CMYK 0.49 0 0.07 0.60
HSL 171.6º 0.32% 0.31% -
HSV(B) 171.6º 0.49% 0.4% -
XYZ 8.43 11.3 12.8 -
YUV 87.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 53 103 96 0.49 0 0.07 0.60 171.6 0.32 0.31
Hex 35 67 60 31 0 7 3C AC 20 1F
Octal 65 147 140 61 0 7 74 254 40 37
Binary 110101 1100111 1100000 110001 0 111 111100 10101100 100000 11111

Color Harmonies of #356760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356760

Black with #356760

Text Example


Text Example

White with #356760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356760; }

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

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

background-color css

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

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

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

border-color css

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

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

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