#399584

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

Shades of Gossamer #399584

Tints of Gossamer #399584

Color information

#399584 (or 0x399584) is unknown color: approx Gossamer. HEX triplet: 39, 95 and 84. RGB value is (57,149,132). Sum of RGB (Red+Green+Blue) = 57+149+132=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #399584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399584 is #C66A7B. Grayscale: #777777. Windows color (decimal): -13003388 or 8688953. OLE color: 8688953.

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

Color convert

RGB57149132-
CMYK0.6200.110.42
HSL168.91º44.66%40.39%-
HSV(B)168.91º61.74%58.43%-
XYZ16.624.0325.59-
YUV119.55135.0283.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=16.86%
G=44.08%
B=39.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571491320.6200.110.42168.9144.6640.39
Hex3995843E0B2Aa92d28
Octal7122520476013522515550
Binary11100110010101100001001111100101110101010101001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399584; }

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

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

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

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

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

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

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

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