#399577

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

Shades of Gossamer #399577

Tints of Gossamer #399577

Color information

#399577 (or 0x399577) is unknown color: approx Gossamer. HEX triplet: 39, 95 and 77. RGB value is (57,149,119). Sum of RGB (Red+Green+Blue) = 57+149+119=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #399577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399577 is #C66A88. Grayscale: #767676. Windows color (decimal): -13003401 or 7836985. OLE color: 7836985.

HSL color Cylindrical-coordinate representation of color #399577: hue angle of 160.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399577 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB57149119-
CMYK0.6200.200.42
HSL160.43º44.66%40.39%-
HSV(B)160.43º61.74%58.43%-
XYZ15.7623.721.2-
YUV118.07128.5284.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=17.54%
G=45.85%
B=36.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571491190.6200.200.42160.4344.6640.39
Hex3995773E0142Aa02d28
Octal7122516776024522405550
Binary11100110010101111011111111001010010101010100000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399577; }

 p { color: rgb(57,149,119); }

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

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

 a { background-color: rgb(57,149,119); }

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

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

 span { border-color: rgb(57,149,119); }

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