Html Css Color HEX #409A7F Gossamer

📋 copy color: '#409A7F'

red 64 ◦ green 154 ◦ blue 127

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

Shades of Gossamer #409A7F

Tints of Gossamer #409A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.81%

R = 18.55%
G = 44.64%
B = 36.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#409A7F (or 0x409A7F) is known color: Gossamer. HEX triplet: 40, 9A and 7F. RGB value is (64,154,127). Sum of RGB (Red+Green+Blue) = 64+154+127=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #409A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A7F is #BF6580. Grayscale: #7C7C7C. Windows color (decimal): -12543361 or 8362560. OLE color: 8362560.

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

Color convert

RGB 64 154 127 -
CMYK 0.58 0 0.18 0.40
HSL 162º 0.41% 0.43% -
HSV(B) 162º 0.58% 0.6% -
XYZ 17.5 25.73 24.12 -
YUV 124.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 64 154 127 0.58 0 0.18 0.40 162 0.41 0.43
Hex 40 9A 7F 3A 0 12 28 A2 29 2B
Octal 100 232 177 72 0 22 50 242 51 53
Binary 1000000 10011010 1111111 111010 0 10010 101000 10100010 101001 101011

Color Harmonies of #409A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409A7F

Black with #409A7F

Text Example


Text Example

White with #409A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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