Html Css Color HEX #409A7A Gossamer

📋 copy color: '#409A7A'

red 64 ◦ green 154 ◦ blue 122

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

Shades of Gossamer #409A7A

Tints of Gossamer #409A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 18.82%
G = 45.29%
B = 35.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#409A7A (or 0x409A7A) is known color: Gossamer. HEX triplet: 40, 9A and 7A. RGB value is (64,154,122). Sum of RGB (Red+Green+Blue) = 64+154+122=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #409A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A7A is #BF6585. Grayscale: #7B7B7B. Windows color (decimal): -12543366 or 8034880. OLE color: 8034880.

HSL color Cylindrical-coordinate representation of color #409A7A: hue angle of 158.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 #409A7A is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 154 122 -
CMYK 0.58 0 0.21 0.40
HSL 158.67º 0.41% 0.43% -
HSV(B) 158.67º 0.58% 0.6% -
XYZ 17.18 25.61 22.45 -
YUV 123.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 64 154 122 0.58 0 0.21 0.40 158.67 0.41 0.43
Hex 40 9A 7A 3A 0 15 28 9F 29 2B
Octal 100 232 172 72 0 25 50 237 51 53
Binary 1000000 10011010 1111010 111010 0 10101 101000 10011111 101001 101011

Color Harmonies of #409A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409A7A

Black with #409A7A

Text Example


Text Example

White with #409A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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