Html Css Color HEX #409E7D Gossamer

📋 copy color: '#409E7D'

red 64 ◦ green 158 ◦ blue 125

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

Shades of Gossamer #409E7D

Tints of Gossamer #409E7D

RGB

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

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

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

R = 18.44%
G = 45.53%
B = 36.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#409E7D (or 0x409E7D) is known color: Gossamer. HEX triplet: 40, 9E and 7D. RGB value is (64,158,125). Sum of RGB (Red+Green+Blue) = 64+158+125=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #409E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E7D is #BF6182. Grayscale: #7E7E7E. Windows color (decimal): -12542339 or 8232512. OLE color: 8232512.

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

Color convert

RGB 64 158 125 -
CMYK 0.59 0 0.21 0.38
HSL 158.94º 0.42% 0.44% -
HSV(B) 158.94º 0.59% 0.62% -
XYZ 18.04 27.02 23.67 -
YUV 126.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 64 158 125 0.59 0 0.21 0.38 158.94 0.42 0.44
Hex 40 9E 7D 3B 0 15 26 9F 2A 2C
Octal 100 236 175 73 0 25 46 237 52 54
Binary 1000000 10011110 1111101 111011 0 10101 100110 10011111 101010 101100

Color Harmonies of #409E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409E7D

Black with #409E7D

Text Example


Text Example

White with #409E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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