#399879

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

Shades of Gossamer #399879

Tints of Gossamer #399879

Color information

#399879 (or 0x399879) is unknown color: approx Gossamer. HEX triplet: 39, 98 and 79. RGB value is (57,152,121). Sum of RGB (Red+Green+Blue) = 57+152+121=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #399879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399879 is #C66786. Grayscale: #787878. Windows color (decimal): -13002631 or 7968825. OLE color: 7968825.

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

Color convert

RGB57152121-
CMYK0.6200.200.40
HSL160.42º45.45%40.98%-
HSV(B)160.42º62.5%59.61%-
XYZ16.3724.7122-
YUV120.06128.5383.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=17.27%
G=46.06%
B=36.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571521210.6200.200.40160.4245.4540.98
Hex3998793E01428a02d29
Octal7123017176024502405551
Binary11100110011000111100111111001010010100010100000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399879; }

 p { color: rgb(57,152,121); }

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

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

 a { background-color: rgb(57,152,121); }

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

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

 span { border-color: rgb(57,152,121); }

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