Html Css Color HEX #409C7C Gossamer

📋 copy color: '#409C7C'

red 64 ◦ green 156 ◦ blue 124

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

Shades of Gossamer #409C7C

Tints of Gossamer #409C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 18.6%
G = 45.35%
B = 36.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#409C7C (or 0x409C7C) is known color: Gossamer. HEX triplet: 40, 9C and 7C. RGB value is (64,156,124). Sum of RGB (Red+Green+Blue) = 64+156+124=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #409C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409C7C is #BF6383. Grayscale: #7C7C7C. Windows color (decimal): -12542852 or 8166464. OLE color: 8166464.

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

Color convert

RGB 64 156 124 -
CMYK 0.59 0 0.21 0.39
HSL 159.13º 0.42% 0.43% -
HSV(B) 159.13º 0.59% 0.61% -
XYZ 17.64 26.32 23.22 -
YUV 124.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 64 156 124 0.59 0 0.21 0.39 159.13 0.42 0.43
Hex 40 9C 7C 3B 0 15 27 9F 2A 2B
Octal 100 234 174 73 0 25 47 237 52 53
Binary 1000000 10011100 1111100 111011 0 10101 100111 10011111 101010 101011

Color Harmonies of #409C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C7C

Black with #409C7C

Text Example


Text Example

White with #409C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,156,124); }

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

background-color css

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

 a { background-color: rgb(64,156,124); }

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

border-color css

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

 span { border-color: rgb(64,156,124); }

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