Html Css Color HEX #399482 Gossamer

📋 copy color: '#399482'

red 57 ◦ green 148 ◦ blue 130

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

Shades of Gossamer #399482

Tints of Gossamer #399482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 17.01%
G = 44.18%
B = 38.81%

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

#399482 (or 0x399482) is known color: Gossamer. HEX triplet: 39, 94 and 82. RGB value is (57,148,130). Sum of RGB (Red+Green+Blue) = 57+148+130=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #399482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399482 is #C66B7D. Grayscale: #767676. Windows color (decimal): -13003646 or 8557625. OLE color: 8557625.

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

Color convert

RGB 57 148 130 -
CMYK 0.61 0 0.12 0.42
HSL 168.13º 0.44% 0.4% -
HSV(B) 168.13º 0.61% 0.58% -
XYZ 16.31 23.66 24.83 -
YUV 118.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 57 148 130 0.61 0 0.12 0.42 168.13 0.44 0.4
Hex 39 94 82 3D 0 C 2A A8 2C 28
Octal 71 224 202 75 0 14 52 250 54 50
Binary 111001 10010100 10000010 111101 0 1100 101010 10101000 101100 101000

Color Harmonies of #399482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399482

Black with #399482

Text Example


Text Example

White with #399482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399482; }

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

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

background-color css

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

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

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

border-color css

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

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

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