#389881

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

Shades of Gossamer #389881

Tints of Gossamer #389881

Color information

#389881 (or 0x389881) is unknown color: approx Gossamer. HEX triplet: 38, 98 and 81. RGB value is (56,152,129). Sum of RGB (Red+Green+Blue) = 56+152+129=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #389881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389881 is #C7677E. Grayscale: #787878. Windows color (decimal): -13068159 or 8493112. OLE color: 8493112.

HSL color Cylindrical-coordinate representation of color #389881: hue angle of 165.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389881 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB56152129-
CMYK0.6300.150.40
HSL165.62º46.15%40.78%-
HSV(B)165.62º63.16%59.61%-
XYZ16.8224.8824.69-
YUV120.67132.781.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=16.62%
G=45.10%
B=38.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521290.6300.150.40165.6246.1540.78
Hex3898813F0F28a62e29
Octal7023020177017502465651
Binary11100010011000100000011111110111110100010100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389881; }

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

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

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

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

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

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

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

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