Html Css Color HEX #359177 Gossamer

📋 copy color: '#359177'

red 53 ◦ green 145 ◦ blue 119

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

Shades of Gossamer #359177

Tints of Gossamer #359177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

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

R = 16.72%
G = 45.74%
B = 37.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#359177 (or 0x359177) is known color: Gossamer. HEX triplet: 35, 91 and 77. RGB value is (53,145,119). Sum of RGB (Red+Green+Blue) = 53+145+119=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #359177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359177 is #CA6E88. Grayscale: #727272. Windows color (decimal): -13266569 or 7835957. OLE color: 7835957.

HSL color Cylindrical-coordinate representation of color #359177: hue angle of 163.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359177 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 119 -
CMYK 0.63 0 0.18 0.43
HSL 163.04º 0.46% 0.39% -
HSV(B) 163.04º 0.63% 0.57% -
XYZ 14.92 22.34 20.98 -
YUV 114.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 53 145 119 0.63 0 0.18 0.43 163.04 0.46 0.39
Hex 35 91 77 3F 0 12 2B A3 2E 27
Octal 65 221 167 77 0 22 53 243 56 47
Binary 110101 10010001 1110111 111111 0 10010 101011 10100011 101110 100111

Color Harmonies of #359177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359177

Black with #359177

Text Example


Text Example

White with #359177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359177; }

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

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

background-color css

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

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

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

border-color css

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

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

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