Html Css Color HEX #409B7D Gossamer

📋 copy color: '#409B7D'

red 64 ◦ green 155 ◦ blue 125

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

Shades of Gossamer #409B7D

Tints of Gossamer #409B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.06%

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 18.6%
G = 45.06%
B = 36.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#409B7D (or 0x409B7D) is known color: Gossamer. HEX triplet: 40, 9B and 7D. RGB value is (64,155,125). Sum of RGB (Red+Green+Blue) = 64+155+125=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #409B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B7D is #BF6482. Grayscale: #7C7C7C. Windows color (decimal): -12543107 or 8231744. OLE color: 8231744.

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

Color convert

RGB 64 155 125 -
CMYK 0.59 0 0.19 0.39
HSL 160.22º 0.42% 0.43% -
HSV(B) 160.22º 0.59% 0.61% -
XYZ 17.54 26.01 23.5 -
YUV 124.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 64 155 125 0.59 0 0.19 0.39 160.22 0.42 0.43
Hex 40 9B 7D 3B 0 13 27 A0 2A 2B
Octal 100 233 175 73 0 23 47 240 52 53
Binary 1000000 10011011 1111101 111011 0 10011 100111 10100000 101010 101011

Color Harmonies of #409B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409B7D

Black with #409B7D

Text Example


Text Example

White with #409B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,155,125); }

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

background-color css

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

 a { background-color: rgb(64,155,125); }

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

border-color css

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

 span { border-color: rgb(64,155,125); }

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