#419C7B

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

Shades of Gossamer #419C7B

Tints of Gossamer #419C7B

Color information

#419C7B (or 0x419C7B) is unknown color: approx Gossamer. HEX triplet: 41, 9C and 7B. RGB value is (65,156,123). Sum of RGB (Red+Green+Blue) = 65+156+123=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #419C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419C7B is #BE6384. Grayscale: #7D7D7D. Windows color (decimal): -12477317 or 8100929. OLE color: 8100929.

HSL color Cylindrical-coordinate representation of color #419C7B: hue angle of 158.24º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419C7B is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB65156123-
CMYK0.5800.210.39
HSL158.24º41.18%43.33%-
HSV(B)158.24º58.33%61.18%-
XYZ17.6426.3322.89-
YUV125.03126.8585.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=18.90%
G=45.35%
B=35.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651561230.5800.210.39158.2441.1843.33
Hex419C7B3A015279e292b
Octal10123417372025472365153
Binary100000110011100111101111101001010110011110011110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,156,123); }

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

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

 a { background-color: rgb(65,156,123); }

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

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

 span { border-color: rgb(65,156,123); }

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