Html Css Color HEX #359576 Gossamer

📋 copy color: '#359576'

red 53 ◦ green 149 ◦ blue 118

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

Shades of Gossamer #359576

Tints of Gossamer #359576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.56%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 16.56%
G = 46.56%
B = 36.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#359576 (or 0x359576) is known color: Gossamer. HEX triplet: 35, 95 and 76. RGB value is (53,149,118). Sum of RGB (Red+Green+Blue) = 53+149+118=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #359576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359576 is #CA6A89. Grayscale: #747474. Windows color (decimal): -13265546 or 7771445. OLE color: 7771445.

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

Color convert

RGB 53 149 118 -
CMYK 0.64 0 0.21 0.42
HSL 160.63º 0.48% 0.4% -
HSV(B) 160.63º 0.64% 0.58% -
XYZ 15.49 23.56 20.87 -
YUV 116.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 53 149 118 0.64 0 0.21 0.42 160.63 0.48 0.4
Hex 35 95 76 40 0 15 2A A1 30 28
Octal 65 225 166 100 0 25 52 241 60 50
Binary 110101 10010101 1110110 1000000 0 10101 101010 10100001 110000 101000

Color Harmonies of #359576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359576

Black with #359576

Text Example


Text Example

White with #359576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359576; }

 p { color: rgb(53,149,118); }

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

background-color css

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

 a { background-color: rgb(53,149,118); }

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

border-color css

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

 span { border-color: rgb(53,149,118); }

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