#389381

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

Shades of Gossamer #389381

Tints of Gossamer #389381

Color information

#389381 (or 0x389381) is unknown color: approx Gossamer. HEX triplet: 38, 93 and 81. RGB value is (56,147,129). Sum of RGB (Red+Green+Blue) = 56+147+129=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #389381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389381 is #C76C7E. Grayscale: #757575. Windows color (decimal): -13069439 or 8491832. OLE color: 8491832.

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

Color convert

RGB56147129-
CMYK0.6200.120.42
HSL168.13º44.83%39.8%-
HSV(B)168.13º61.9%57.65%-
XYZ16.0323.2924.42-
YUV117.74134.3583.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=16.87%
G=44.28%
B=38.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561471290.6200.120.42168.1344.8339.8
Hex3893813E0C2Aa82d28
Octal7022320176014522505550
Binary11100010010011100000011111100110010101010101000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389381; }

 p { color: rgb(56,147,129); }

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

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

 a { background-color: rgb(56,147,129); }

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

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

 span { border-color: rgb(56,147,129); }

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