Html Css Color HEX #409F87 Gossamer

📋 copy color: '#409F87'

red 64 ◦ green 159 ◦ blue 135

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

Shades of Gossamer #409F87

Tints of Gossamer #409F87

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.41%

 BLUE value IS 135 (53.13% from 255) = 37.71%

R = 17.88%
G = 44.41%
B = 37.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#409F87 (or 0x409F87) is known color: Gossamer. HEX triplet: 40, 9F and 87. RGB value is (64,159,135). Sum of RGB (Red+Green+Blue) = 64+159+135=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #409F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409F87 is #BF6078. Grayscale: #7F7F7F. Windows color (decimal): -12542073 or 8888128. OLE color: 8888128.

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

Color convert

RGB 64 159 135 -
CMYK 0.60 0 0.15 0.38
HSL 164.84º 0.43% 0.44% -
HSV(B) 164.84º 0.6% 0.62% -
XYZ 18.89 27.64 27.26 -
YUV 127.86 132.03 82.45 -
System Red Green Blue C M Y K H S L
Decimal 64 159 135 0.60 0 0.15 0.38 164.84 0.43 0.44
Hex 40 9F 87 3C 0 F 26 A5 2B 2C
Octal 100 237 207 74 0 17 46 245 53 54
Binary 1000000 10011111 10000111 111100 0 1111 100110 10100101 101011 101100

Color Harmonies of #409F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409F87

Black with #409F87

Text Example


Text Example

White with #409F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,159,135); }

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

background-color css

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

 a { background-color: rgb(64,159,135); }

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

border-color css

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

 span { border-color: rgb(64,159,135); }

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