Html Css Color HEX #409C91 Gossamer

📋 copy color: '#409C91'

red 64 ◦ green 156 ◦ blue 145

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

Shades of Gossamer #409C91

Tints of Gossamer #409C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 17.53%
G = 42.74%
B = 39.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#409C91 (or 0x409C91) is known color: Gossamer. HEX triplet: 40, 9C and 91. RGB value is (64,156,145). Sum of RGB (Red+Green+Blue) = 64+156+145=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #409C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409C91 is #BF636E. Grayscale: #7F7F7F. Windows color (decimal): -12542831 or 9542720. OLE color: 9542720.

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

Color convert

RGB 64 156 145 -
CMYK 0.59 0 0.07 0.39
HSL 172.83º 0.42% 0.43% -
HSV(B) 172.83º 0.59% 0.61% -
XYZ 19.11 26.91 30.98 -
YUV 127.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 64 156 145 0.59 0 0.07 0.39 172.83 0.42 0.43
Hex 40 9C 91 3B 0 7 27 AD 2A 2B
Octal 100 234 221 73 0 7 47 255 52 53
Binary 1000000 10011100 10010001 111011 0 111 100111 10101101 101010 101011

Color Harmonies of #409C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C91

Black with #409C91

Text Example


Text Example

White with #409C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,156,145); }

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

background-color css

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

 a { background-color: rgb(64,156,145); }

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

border-color css

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

 span { border-color: rgb(64,156,145); }

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