#439982

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

Shades of Gossamer #439982

Tints of Gossamer #439982

Color information

#439982 (or 0x439982) is unknown color: approx Gossamer. HEX triplet: 43, 99 and 82. RGB value is (67,153,130). Sum of RGB (Red+Green+Blue) = 67+153+130=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #439982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439982 is #BC667D. Grayscale: #7C7C7C. Windows color (decimal): -12347006 or 8558915. OLE color: 8558915.

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

Color convert

RGB67153130-
CMYK0.5600.150.4
HSL163.95º39.09%43.14%-
HSV(B)163.95º56.21%60%-
XYZ17.7425.5925.12-
YUV124.66131.0186.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.14%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=19.14%
G=43.71%
B=37.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal671531300.5600.150.4163.9539.0943.14
Hex439982380F28a4272b
Octal10323120270017502444753
Binary100001110011001100000101110000111110100010100100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439982; }

 p { color: rgb(67,153,130); }

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

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

 a { background-color: rgb(67,153,130); }

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

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

 span { border-color: rgb(67,153,130); }

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