#399881

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

Shades of Gossamer #399881

Tints of Gossamer #399881

Color information

#399881 (or 0x399881) is unknown color: approx Gossamer. HEX triplet: 39, 98 and 81. RGB value is (57,152,129). Sum of RGB (Red+Green+Blue) = 57+152+129=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #399881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399881 is #C6677E. Grayscale: #787878. Windows color (decimal): -13002623 or 8493113. OLE color: 8493113.

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

Color convert

RGB57152129-
CMYK0.6200.150.40
HSL165.47º45.45%40.98%-
HSV(B)165.47º62.5%59.61%-
XYZ16.8824.9124.69-
YUV120.97132.5382.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=16.86%
G=44.97%
B=38.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571521290.6200.150.40165.4745.4540.98
Hex3998813E0F28a52d29
Octal7123020176017502455551
Binary11100110011000100000011111100111110100010100101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399881; }

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

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

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

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

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

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

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

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