Html Css Color HEX #409E86 Gossamer

📋 copy color: '#409E86'

red 64 ◦ green 158 ◦ blue 134

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

Shades of Gossamer #409E86

Tints of Gossamer #409E86

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.38%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 17.98%
G = 44.38%
B = 37.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#409E86 (or 0x409E86) is known color: Gossamer. HEX triplet: 40, 9E and 86. RGB value is (64,158,134). Sum of RGB (Red+Green+Blue) = 64+158+134=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #409E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E86 is #BF6179. Grayscale: #7F7F7F. Windows color (decimal): -12542330 or 8822336. OLE color: 8822336.

HSL color Cylindrical-coordinate representation of color #409E86: hue angle of 164.68º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E86 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 158 134 -
CMYK 0.59 0 0.15 0.38
HSL 164.68º 0.42% 0.44% -
HSV(B) 164.68º 0.59% 0.62% -
XYZ 18.64 27.26 26.83 -
YUV 127.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 64 158 134 0.59 0 0.15 0.38 164.68 0.42 0.44
Hex 40 9E 86 3B 0 F 26 A5 2A 2C
Octal 100 236 206 73 0 17 46 245 52 54
Binary 1000000 10011110 10000110 111011 0 1111 100110 10100101 101010 101100

Color Harmonies of #409E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409E86

Black with #409E86

Text Example


Text Example

White with #409E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,158,134); }

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

background-color css

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

 a { background-color: rgb(64,158,134); }

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

border-color css

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

 span { border-color: rgb(64,158,134); }

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