Html Css Color HEX #359180 Gossamer

📋 copy color: '#359180'

red 53 ◦ green 145 ◦ blue 128

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

Shades of Gossamer #359180

Tints of Gossamer #359180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 16.26%
G = 44.48%
B = 39.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#359180 (or 0x359180) is known color: Gossamer. HEX triplet: 35, 91 and 80. RGB value is (53,145,128). Sum of RGB (Red+Green+Blue) = 53+145+128=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #359180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359180 is #CA6E7F. Grayscale: #737373. Windows color (decimal): -13266560 or 8425781. OLE color: 8425781.

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

Color convert

RGB 53 145 128 -
CMYK 0.63 0 0.12 0.43
HSL 168.91º 0.46% 0.39% -
HSV(B) 168.91º 0.63% 0.57% -
XYZ 15.49 22.57 23.96 -
YUV 115.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 53 145 128 0.63 0 0.12 0.43 168.91 0.46 0.39
Hex 35 91 80 3F 0 C 2B A9 2E 27
Octal 65 221 200 77 0 14 53 251 56 47
Binary 110101 10010001 10000000 111111 0 1100 101011 10101001 101110 100111

Color Harmonies of #359180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359180

Black with #359180

Text Example


Text Example

White with #359180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359180; }

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

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

background-color css

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

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

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

border-color css

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

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

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