Html Css Color HEX #359677 Gossamer

📋 copy color: '#359677'

red 53 ◦ green 150 ◦ blue 119

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

Shades of Gossamer #359677

Tints of Gossamer #359677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 16.46%
G = 46.58%
B = 36.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#359677 (or 0x359677) is known color: Gossamer. HEX triplet: 35, 96 and 77. RGB value is (53,150,119). Sum of RGB (Red+Green+Blue) = 53+150+119=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #359677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359677 is #CA6988. Grayscale: #757575. Windows color (decimal): -13265289 or 7837237. OLE color: 7837237.

HSL color Cylindrical-coordinate representation of color #359677: hue angle of 160.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359677 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 119 -
CMYK 0.65 0 0.21 0.41
HSL 160.82º 0.48% 0.4% -
HSV(B) 160.82º 0.65% 0.59% -
XYZ 15.7 23.9 21.24 -
YUV 117.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 53 150 119 0.65 0 0.21 0.41 160.82 0.48 0.4
Hex 35 96 77 41 0 15 29 A1 30 28
Octal 65 226 167 101 0 25 51 241 60 50
Binary 110101 10010110 1110111 1000001 0 10101 101001 10100001 110000 101000

Color Harmonies of #359677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359677

Black with #359677

Text Example


Text Example

White with #359677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359677; }

 p { color: rgb(53,150,119); }

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

background-color css

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

 a { background-color: rgb(53,150,119); }

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

border-color css

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

 span { border-color: rgb(53,150,119); }

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