Html Css Color HEX #399481 Gossamer

📋 copy color: '#399481'

red 57 ◦ green 148 ◦ blue 129

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

Shades of Gossamer #399481

Tints of Gossamer #399481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

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

R = 17.07%
G = 44.31%
B = 38.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#399481 (or 0x399481) is known color: Gossamer. HEX triplet: 39, 94 and 81. RGB value is (57,148,129). Sum of RGB (Red+Green+Blue) = 57+148+129=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #399481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399481 is #C66B7E. Grayscale: #767676. Windows color (decimal): -13003647 or 8492089. OLE color: 8492089.

HSL color Cylindrical-coordinate representation of color #399481: hue angle of 167.47º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399481 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 148 129 -
CMYK 0.61 0 0.13 0.42
HSL 167.47º 0.44% 0.4% -
HSV(B) 167.47º 0.61% 0.58% -
XYZ 16.24 23.63 24.47 -
YUV 118.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 57 148 129 0.61 0 0.13 0.42 167.47 0.44 0.4
Hex 39 94 81 3D 0 D 2A A7 2C 28
Octal 71 224 201 75 0 15 52 247 54 50
Binary 111001 10010100 10000001 111101 0 1101 101010 10100111 101100 101000

Color Harmonies of #399481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399481

Black with #399481

Text Example


Text Example

White with #399481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399481; }

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

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

background-color css

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

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

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

border-color css

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

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

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