#419F7A

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

Shades of Gossamer #419F7A

Tints of Gossamer #419F7A

Color information

#419F7A (or 0x419F7A) is unknown color: approx Gossamer. HEX triplet: 41, 9F and 7A. RGB value is (65,159,122). Sum of RGB (Red+Green+Blue) = 65+159+122=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #419F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419F7A is #BE6085. Grayscale: #7E7E7E. Windows color (decimal): -12476550 or 8036161. OLE color: 8036161.

HSL color Cylindrical-coordinate representation of color #419F7A: hue angle of 156.38º degrees, saturation: 0.42, 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 #419F7A is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB65159122-
CMYK0.5900.230.38
HSL156.38º41.96%43.92%-
HSV(B)156.38º59.12%62.35%-
XYZ18.0927.3322.73-
YUV126.68125.3684.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=18.79%
G=45.95%
B=35.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651591220.5900.230.38156.3841.9643.92
Hex419F7A3B017269c2a2c
Octal10123717273027462345254
Binary100000110011111111101011101101011110011010011100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,159,122); }

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

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

 a { background-color: rgb(65,159,122); }

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

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

 span { border-color: rgb(65,159,122); }

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