#419885

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

Shades of Gossamer #419885

Tints of Gossamer #419885

Color information

#419885 (or 0x419885) is unknown color: approx Gossamer. HEX triplet: 41, 98 and 85. RGB value is (65,152,133). Sum of RGB (Red+Green+Blue) = 65+152+133=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #419885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419885 is #BE677A. Grayscale: #7B7B7B. Windows color (decimal): -12478331 or 8755265. OLE color: 8755265.

HSL color Cylindrical-coordinate representation of color #419885: hue angle of 166.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419885 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB65152133-
CMYK0.5700.130.40
HSL166.9º40.09%42.55%-
HSV(B)166.9º57.24%59.61%-
XYZ17.6425.2726.14-
YUV123.82133.1886.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 152 (59.77% from 255) = 43.43%
BLUE value IS 133 (52.34% from 255) = 38%
R=18.57%
G=43.43%
B=38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521330.5700.130.40166.940.0942.55
Hex419885390D28a7282b
Octal10123020571015502475053
Binary100000110011000100001011110010110110100010100111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419885; }

 p { color: rgb(65,152,133); }

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

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

 a { background-color: rgb(65,152,133); }

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

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

 span { border-color: rgb(65,152,133); }

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