#389279

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

Shades of Gossamer #389279

Tints of Gossamer #389279

Color information

#389279 (or 0x389279) is unknown color: approx Gossamer. HEX triplet: 38, 92 and 79. RGB value is (56,146,121). Sum of RGB (Red+Green+Blue) = 56+146+121=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #389279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389279 is #C76D86. Grayscale: #747474. Windows color (decimal): -13069703 or 7967288. OLE color: 7967288.

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

Color convert

RGB56146121-
CMYK0.6200.170.43
HSL163.33º44.55%39.61%-
HSV(B)163.33º61.64%57.25%-
XYZ15.3622.7821.68-
YUV116.24130.6885.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=17.34%
G=45.20%
B=37.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461210.6200.170.43163.3344.5539.61
Hex3892793E0112Ba32d28
Octal7022217176021532435550
Binary11100010010010111100111111001000110101110100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389279; }

 p { color: rgb(56,146,121); }

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

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

 a { background-color: rgb(56,146,121); }

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

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

 span { border-color: rgb(56,146,121); }

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