#399880

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

Shades of Gossamer #399880

Tints of Gossamer #399880

Color information

#399880 (or 0x399880) is unknown color: approx Gossamer. HEX triplet: 39, 98 and 80. RGB value is (57,152,128). Sum of RGB (Red+Green+Blue) = 57+152+128=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #399880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399880 is #C6677F. Grayscale: #787878. Windows color (decimal): -13002624 or 8427577. OLE color: 8427577.

HSL color Cylindrical-coordinate representation of color #399880: hue angle of 164.84º 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 #399880 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB57152128-
CMYK0.6200.160.40
HSL164.84º45.45%40.98%-
HSV(B)164.84º62.5%59.61%-
XYZ16.8124.8824.34-
YUV120.86132.0382.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=16.91%
G=45.10%
B=37.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571521280.6200.160.40164.8445.4540.98
Hex3998803E01028a52d29
Octal7123020076020502455551
Binary111001100110001000000011111001000010100010100101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399880; }

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

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

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

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

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

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

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

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