Html Css Color HEX #359976 Gossamer

📋 copy color: '#359976'

red 53 ◦ green 153 ◦ blue 118

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

Shades of Gossamer #359976

Tints of Gossamer #359976

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

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

R = 16.36%
G = 47.22%
B = 36.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#359976 (or 0x359976) is known color: Gossamer. HEX triplet: 35, 99 and 76. RGB value is (53,153,118). Sum of RGB (Red+Green+Blue) = 53+153+118=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #359976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359976 is #CA6689. Grayscale: #777777. Windows color (decimal): -13264522 or 7772469. OLE color: 7772469.

HSL color Cylindrical-coordinate representation of color #359976: hue angle of 159º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359976 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 118 -
CMYK 0.65 0 0.23 0.4
HSL 159º 0.49% 0.4% -
HSV(B) 159º 0.65% 0.6% -
XYZ 16.13 24.85 21.09 -
YUV 119.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 53 153 118 0.65 0 0.23 0.4 159 0.49 0.4
Hex 35 99 76 41 0 17 28 9F 31 28
Octal 65 231 166 101 0 27 50 237 61 50
Binary 110101 10011001 1110110 1000001 0 10111 101000 10011111 110001 101000

Color Harmonies of #359976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359976

Black with #359976

Text Example


Text Example

White with #359976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359976; }

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

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

background-color css

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

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

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

border-color css

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

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

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