#419D78

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

Shades of Gossamer #419D78

Tints of Gossamer #419D78

Color information

#419D78 (or 0x419D78) is unknown color: approx Gossamer. HEX triplet: 41, 9D and 78. RGB value is (65,157,120). Sum of RGB (Red+Green+Blue) = 65+157+120=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #419D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419D78 is #BE6287. Grayscale: #7D7D7D. Windows color (decimal): -12477064 or 7904577. OLE color: 7904577.

HSL color Cylindrical-coordinate representation of color #419D78: hue angle of 155.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419D78 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB65157120-
CMYK0.5900.240.38
HSL155.87º41.44%43.53%-
HSV(B)155.87º58.6%61.57%-
XYZ17.6326.5921.97-
YUV125.27125.0285.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=19.01%
G=45.91%
B=35.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651571200.5900.240.38155.8741.4443.53
Hex419D783B018269c292c
Octal10123517073030462345154
Binary100000110011101111100011101101100010011010011100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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