#419984

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

Shades of Gossamer #419984

Tints of Gossamer #419984

Color information

#419984 (or 0x419984) is unknown color: approx Gossamer. HEX triplet: 41, 99 and 84. RGB value is (65,153,132). Sum of RGB (Red+Green+Blue) = 65+153+132=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #419984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419984 is #BE667B. Grayscale: #7C7C7C. Windows color (decimal): -12478076 or 8689985. OLE color: 8689985.

HSL color Cylindrical-coordinate representation of color #419984: hue angle of 165.68º degrees, saturation: 0.4, 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 #419984 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB65153132-
CMYK0.5800.140.4
HSL165.68º40.37%42.75%-
HSV(B)165.68º57.52%60%-
XYZ17.7425.5725.83-
YUV124.29132.3585.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=18.57%
G=43.71%
B=37.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651531320.5800.140.4165.6840.3742.75
Hex4199843A0E28a6282b
Octal10123120472016502465053
Binary100000110011001100001001110100111010100010100110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419984; }

 p { color: rgb(65,153,132); }

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

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

 a { background-color: rgb(65,153,132); }

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

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

 span { border-color: rgb(65,153,132); }

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