Html Css Color HEX #409C78 Gossamer

📋 copy color: '#409C78'

red 64 ◦ green 156 ◦ blue 120

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

Shades of Gossamer #409C78

Tints of Gossamer #409C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 18.82%
G = 45.88%
B = 35.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#409C78 (or 0x409C78) is known color: Gossamer. HEX triplet: 40, 9C and 78. RGB value is (64,156,120). Sum of RGB (Red+Green+Blue) = 64+156+120=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #409C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409C78 is #BF6387. Grayscale: #7C7C7C. Windows color (decimal): -12542856 or 7904320. OLE color: 7904320.

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

Color convert

RGB 64 156 120 -
CMYK 0.59 0 0.23 0.39
HSL 156.52º 0.42% 0.43% -
HSV(B) 156.52º 0.59% 0.61% -
XYZ 17.39 26.22 21.91 -
YUV 124.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 64 156 120 0.59 0 0.23 0.39 156.52 0.42 0.43
Hex 40 9C 78 3B 0 17 27 9D 2A 2B
Octal 100 234 170 73 0 27 47 235 52 53
Binary 1000000 10011100 1111000 111011 0 10111 100111 10011101 101010 101011

Color Harmonies of #409C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C78

Black with #409C78

Text Example


Text Example

White with #409C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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