Html Css Color HEX #359178 Gossamer

📋 copy color: '#359178'

red 53 ◦ green 145 ◦ blue 120

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

Shades of Gossamer #359178

Tints of Gossamer #359178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 16.67%
G = 45.6%
B = 37.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#359178 (or 0x359178) is known color: Gossamer. HEX triplet: 35, 91 and 78. RGB value is (53,145,120). Sum of RGB (Red+Green+Blue) = 53+145+120=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #359178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359178 is #CA6E87. Grayscale: #727272. Windows color (decimal): -13266568 or 7901493. OLE color: 7901493.

HSL color Cylindrical-coordinate representation of color #359178: hue angle of 163.7º 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 #359178 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 120 -
CMYK 0.63 0 0.17 0.43
HSL 163.7º 0.46% 0.39% -
HSV(B) 163.7º 0.63% 0.57% -
XYZ 14.98 22.36 21.3 -
YUV 114.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 53 145 120 0.63 0 0.17 0.43 163.7 0.46 0.39
Hex 35 91 78 3F 0 11 2B A4 2E 27
Octal 65 221 170 77 0 21 53 244 56 47
Binary 110101 10010001 1111000 111111 0 10001 101011 10100100 101110 100111

Color Harmonies of #359178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359178

Black with #359178

Text Example


Text Example

White with #359178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359178; }

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

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

background-color css

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

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

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

border-color css

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

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

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