Html Css Color HEX #409E85 Gossamer

📋 copy color: '#409E85'

red 64 ◦ green 158 ◦ blue 133

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

Shades of Gossamer #409E85

Tints of Gossamer #409E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 18.03%
G = 44.51%
B = 37.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#409E85 (or 0x409E85) is known color: Gossamer. HEX triplet: 40, 9E and 85. RGB value is (64,158,133). Sum of RGB (Red+Green+Blue) = 64+158+133=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #409E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E85 is #BF617A. Grayscale: #7F7F7F. Windows color (decimal): -12542331 or 8756800. OLE color: 8756800.

HSL color Cylindrical-coordinate representation of color #409E85: hue angle of 164.04º 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 #409E85 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 158 133 -
CMYK 0.59 0 0.16 0.38
HSL 164.04º 0.42% 0.44% -
HSV(B) 164.04º 0.59% 0.62% -
XYZ 18.57 27.24 26.47 -
YUV 127.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 64 158 133 0.59 0 0.16 0.38 164.04 0.42 0.44
Hex 40 9E 85 3B 0 10 26 A4 2A 2C
Octal 100 236 205 73 0 20 46 244 52 54
Binary 1000000 10011110 10000101 111011 0 10000 100110 10100100 101010 101100

Color Harmonies of #409E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409E85

Black with #409E85

Text Example


Text Example

White with #409E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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