Html Css Color HEX #359680 Gossamer

📋 copy color: '#359680'

red 53 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #359680

Tints of Gossamer #359680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 16.01%
G = 45.32%
B = 38.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#359680 (or 0x359680) is known color: Gossamer. HEX triplet: 35, 96 and 80. RGB value is (53,150,128). Sum of RGB (Red+Green+Blue) = 53+150+128=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #359680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359680 is #CA697F. Grayscale: #767676. Windows color (decimal): -13265280 or 8427061. OLE color: 8427061.

HSL color Cylindrical-coordinate representation of color #359680: hue angle of 166.39º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359680 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 128 -
CMYK 0.65 0 0.15 0.41
HSL 166.39º 0.48% 0.4% -
HSV(B) 166.39º 0.65% 0.59% -
XYZ 16.27 24.13 24.22 -
YUV 118.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 53 150 128 0.65 0 0.15 0.41 166.39 0.48 0.4
Hex 35 96 80 41 0 F 29 A6 30 28
Octal 65 226 200 101 0 17 51 246 60 50
Binary 110101 10010110 10000000 1000001 0 1111 101001 10100110 110000 101000

Color Harmonies of #359680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359680

Black with #359680

Text Example


Text Example

White with #359680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359680; }

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

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

background-color css

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

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

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

border-color css

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

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

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