Html Css Color HEX #399981 Gossamer

📋 copy color: '#399981'

red 57 ◦ green 153 ◦ blue 129

#399981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #399981

Tints of Gossamer #399981

RGB

 RED value IS 57 (22.66% from 255) = 16.81%

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 16.81%
G = 45.13%
B = 38.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#399981 (or 0x399981) is known color: Gossamer. HEX triplet: 39, 99 and 81. RGB value is (57,153,129). Sum of RGB (Red+Green+Blue) = 57+153+129=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #399981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399981 is #C6667E. Grayscale: #797979. Windows color (decimal): -13002367 or 8493369. OLE color: 8493369.

HSL color Cylindrical-coordinate representation of color #399981: hue angle of 165º 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 #399981 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 129 -
CMYK 0.63 0 0.16 0.4
HSL 165º 0.46% 0.41% -
HSV(B) 165º 0.63% 0.6% -
XYZ 17.04 25.24 24.74 -
YUV 121.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 57 153 129 0.63 0 0.16 0.4 165 0.46 0.41
Hex 39 99 81 3F 0 10 28 A5 2E 29
Octal 71 231 201 77 0 20 50 245 56 51
Binary 111001 10011001 10000001 111111 0 10000 101000 10100101 101110 101001

Color Harmonies of #399981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399981

Black with #399981

Text Example


Text Example

White with #399981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399981; }

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

 H1.HeaderClassName
 {
   color: #399981;
 }
 .AnyTagClassName
 {
   color: #399981;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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