Html Css Color HEX #409D92 Gossamer

📋 copy color: '#409D92'

red 64 ◦ green 157 ◦ blue 146

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

Shades of Gossamer #409D92

Tints of Gossamer #409D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 146 (57.42% from 255) = 39.78%

R = 17.44%
G = 42.78%
B = 39.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#409D92 (or 0x409D92) is known color: Gossamer. HEX triplet: 40, 9D and 92. RGB value is (64,157,146). Sum of RGB (Red+Green+Blue) = 64+157+146=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #409D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409D92 is #BF626D. Grayscale: #7F7F7F. Windows color (decimal): -12542574 or 9608512. OLE color: 9608512.

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

Color convert

RGB 64 157 146 -
CMYK 0.59 0 0.07 0.38
HSL 172.9º 0.42% 0.43% -
HSV(B) 172.9º 0.59% 0.62% -
XYZ 19.36 27.28 31.44 -
YUV 127.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 64 157 146 0.59 0 0.07 0.38 172.9 0.42 0.43
Hex 40 9D 92 3B 0 7 26 AD 2A 2B
Octal 100 235 222 73 0 7 46 255 52 53
Binary 1000000 10011101 10010010 111011 0 111 100110 10101101 101010 101011

Color Harmonies of #409D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409D92

Black with #409D92

Text Example


Text Example

White with #409D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,157,146); }

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

background-color css

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

 a { background-color: rgb(64,157,146); }

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

border-color css

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

 span { border-color: rgb(64,157,146); }

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