Html Css Color HEX #409B82 Gossamer

📋 copy color: '#409B82'

red 64 ◦ green 155 ◦ blue 130

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

Shades of Gossamer #409B82

Tints of Gossamer #409B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.41%

 BLUE value IS 130 (51.17% from 255) = 37.25%

R = 18.34%
G = 44.41%
B = 37.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#409B82 (or 0x409B82) is known color: Gossamer. HEX triplet: 40, 9B and 82. RGB value is (64,155,130). Sum of RGB (Red+Green+Blue) = 64+155+130=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #409B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B82 is #BF647D. Grayscale: #7C7C7C. Windows color (decimal): -12543102 or 8559424. OLE color: 8559424.

HSL color Cylindrical-coordinate representation of color #409B82: hue angle of 163.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B82 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 155 130 -
CMYK 0.59 0 0.16 0.39
HSL 163.52º 0.42% 0.43% -
HSV(B) 163.52º 0.59% 0.61% -
XYZ 17.86 26.14 25.22 -
YUV 124.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 64 155 130 0.59 0 0.16 0.39 163.52 0.42 0.43
Hex 40 9B 82 3B 0 10 27 A4 2A 2B
Octal 100 233 202 73 0 20 47 244 52 53
Binary 1000000 10011011 10000010 111011 0 10000 100111 10100100 101010 101011

Color Harmonies of #409B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409B82

Black with #409B82

Text Example


Text Example

White with #409B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409B82; }

 p { color: rgb(64,155,130); }

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

background-color css

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

 a { background-color: rgb(64,155,130); }

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

border-color css

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

 span { border-color: rgb(64,155,130); }

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