Html Css Color HEX #409980 Gossamer

📋 copy color: '#409980'

red 64 ◦ green 153 ◦ blue 128

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

Shades of Gossamer #409980

Tints of Gossamer #409980

RGB

 RED value IS 64 (25.39% from 255) = 18.55%

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

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

R = 18.55%
G = 44.35%
B = 37.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#409980 (or 0x409980) is known color: Gossamer. HEX triplet: 40, 99 and 80. RGB value is (64,153,128). Sum of RGB (Red+Green+Blue) = 64+153+128=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #409980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409980 is #BF667F. Grayscale: #7B7B7B. Windows color (decimal): -12543616 or 8427840. OLE color: 8427840.

HSL color Cylindrical-coordinate representation of color #409980: hue angle of 163.15º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409980 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 128 -
CMYK 0.58 0 0.16 0.4
HSL 163.15º 0.41% 0.43% -
HSV(B) 163.15º 0.58% 0.6% -
XYZ 17.4 25.43 24.41 -
YUV 123.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 64 153 128 0.58 0 0.16 0.4 163.15 0.41 0.43
Hex 40 99 80 3A 0 10 28 A3 29 2B
Octal 100 231 200 72 0 20 50 243 51 53
Binary 1000000 10011001 10000000 111010 0 10000 101000 10100011 101001 101011

Color Harmonies of #409980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409980

Black with #409980

Text Example


Text Example

White with #409980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409980; }

 p { color: rgb(64,153,128); }

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

background-color css

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

 a { background-color: rgb(64,153,128); }

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

border-color css

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

 span { border-color: rgb(64,153,128); }

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