Html Css Color HEX #359777 Gossamer

📋 copy color: '#359777'

red 53 ◦ green 151 ◦ blue 119

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

Shades of Gossamer #359777

Tints of Gossamer #359777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.75%

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

R = 16.41%
G = 46.75%
B = 36.84%

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

#359777 (or 0x359777) is known color: Gossamer. HEX triplet: 35, 97 and 77. RGB value is (53,151,119). Sum of RGB (Red+Green+Blue) = 53+151+119=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #359777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359777 is #CA6888. Grayscale: #767676. Windows color (decimal): -13265033 or 7837493. OLE color: 7837493.

HSL color Cylindrical-coordinate representation of color #359777: hue angle of 160.41º 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 #359777 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 119 -
CMYK 0.65 0 0.21 0.41
HSL 160.41º 0.48% 0.4% -
HSV(B) 160.41º 0.65% 0.59% -
XYZ 15.86 24.22 21.29 -
YUV 118.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 53 151 119 0.65 0 0.21 0.41 160.41 0.48 0.4
Hex 35 97 77 41 0 15 29 A0 30 28
Octal 65 227 167 101 0 25 51 240 60 50
Binary 110101 10010111 1110111 1000001 0 10101 101001 10100000 110000 101000

Color Harmonies of #359777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359777

Black with #359777

Text Example


Text Example

White with #359777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359777; }

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

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

background-color css

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

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

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

border-color css

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

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

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