Html Css Color HEX #409680 Gossamer

📋 copy color: '#409680'

red 64 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #409680

Tints of Gossamer #409680

RGB

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

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

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

R = 18.71%
G = 43.86%
B = 37.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#409680 (or 0x409680) is known color: Gossamer. HEX triplet: 40, 96 and 80. RGB value is (64,150,128). Sum of RGB (Red+Green+Blue) = 64+150+128=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #409680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409680 is #BF697F. Grayscale: #797979. Windows color (decimal): -12544384 or 8427072. OLE color: 8427072.

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

Color convert

RGB 64 150 128 -
CMYK 0.57 0 0.15 0.41
HSL 164.65º 0.4% 0.42% -
HSV(B) 164.65º 0.57% 0.59% -
XYZ 16.92 24.46 24.25 -
YUV 121.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 64 150 128 0.57 0 0.15 0.41 164.65 0.4 0.42
Hex 40 96 80 39 0 F 29 A5 28 2A
Octal 100 226 200 71 0 17 51 245 50 52
Binary 1000000 10010110 10000000 111001 0 1111 101001 10100101 101000 101010

Color Harmonies of #409680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409680

Black with #409680

Text Example


Text Example

White with #409680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409680; }

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

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

background-color css

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

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

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

border-color css

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

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

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