Html Css Color HEX #409A7D Gossamer

📋 copy color: '#409A7D'

red 64 ◦ green 154 ◦ blue 125

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

Shades of Gossamer #409A7D

Tints of Gossamer #409A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

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

R = 18.66%
G = 44.9%
B = 36.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#409A7D (or 0x409A7D) is known color: Gossamer. HEX triplet: 40, 9A and 7D. RGB value is (64,154,125). Sum of RGB (Red+Green+Blue) = 64+154+125=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #409A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A7D is #BF6582. Grayscale: #7B7B7B. Windows color (decimal): -12543363 or 8231488. OLE color: 8231488.

HSL color Cylindrical-coordinate representation of color #409A7D: hue angle of 160.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A7D is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 154 125 -
CMYK 0.58 0 0.19 0.40
HSL 160.67º 0.41% 0.43% -
HSV(B) 160.67º 0.58% 0.6% -
XYZ 17.37 25.68 23.44 -
YUV 123.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 64 154 125 0.58 0 0.19 0.40 160.67 0.41 0.43
Hex 40 9A 7D 3A 0 13 28 A1 29 2B
Octal 100 232 175 72 0 23 50 241 51 53
Binary 1000000 10011010 1111101 111010 0 10011 101000 10100001 101001 101011

Color Harmonies of #409A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409A7D

Black with #409A7D

Text Example


Text Example

White with #409A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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