Html Css Color HEX #399381 Gossamer

📋 copy color: '#399381'

red 57 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #399381

Tints of Gossamer #399381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

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

R = 17.12%
G = 44.14%
B = 38.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#399381 (or 0x399381) is known color: Gossamer. HEX triplet: 39, 93 and 81. RGB value is (57,147,129). Sum of RGB (Red+Green+Blue) = 57+147+129=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #399381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399381 is #C66C7E. Grayscale: #767676. Windows color (decimal): -13003903 or 8491833. OLE color: 8491833.

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

Color convert

RGB 57 147 129 -
CMYK 0.61 0 0.12 0.42
HSL 168º 0.44% 0.4% -
HSV(B) 168º 0.61% 0.58% -
XYZ 16.08 23.32 24.42 -
YUV 118.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 57 147 129 0.61 0 0.12 0.42 168 0.44 0.4
Hex 39 93 81 3D 0 C 2A A8 2C 28
Octal 71 223 201 75 0 14 52 250 54 50
Binary 111001 10010011 10000001 111101 0 1100 101010 10101000 101100 101000

Color Harmonies of #399381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399381

Black with #399381

Text Example


Text Example

White with #399381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399381; }

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

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

background-color css

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

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

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

border-color css

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

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

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