#419A78

Color #419A78 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #419A78

Tints of Gossamer #419A78

Color information

#419A78 (or 0x419A78) is unknown color: approx Gossamer. HEX triplet: 41, 9A and 78. RGB value is (65,154,120). Sum of RGB (Red+Green+Blue) = 65+154+120=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #419A78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A78 is #BE6587. Grayscale: #7B7B7B. Windows color (decimal): -12477832 or 7903809. OLE color: 7903809.

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

Color convert

RGB65154120-
CMYK0.5800.220.40
HSL157.08º40.64%42.94%-
HSV(B)157.08º57.79%60.39%-
XYZ17.1325.5921.81-
YUV123.51126.0186.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=19.17%
G=45.43%
B=35.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651541200.5800.220.40157.0840.6442.94
Hex419A783A016289d292b
Octal10123217072026502355153
Binary100000110011010111100011101001011010100010011101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419A78; }

 p { color: rgb(65,154,120); }

 H1.HeaderClassName
 {
   color: #419A78;
 }
 .AnyTagClassName
 {
   color: #419A78;
 }
</style>
background-color css

<style>
 a { background-color: #419A78; }

 a { background-color: rgb(65,154,120); }

 div.DivClassName
 {
   background-color: #419A78;
 }
 .BgClassName
 {
   background-color: #419A78;
 }
</style>
border-color css

<style>
 span { border-color: #419A78; }

 span { border-color: rgb(65,154,120); }

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