Html Css Color HEX #399575 Gossamer

📋 copy color: '#399575'

red 57 ◦ green 149 ◦ blue 117

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

Shades of Gossamer #399575

Tints of Gossamer #399575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

 BLUE value IS 117 (46.09% from 255) = 36.22%

R = 17.65%
G = 46.13%
B = 36.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#399575 (or 0x399575) is known color: Gossamer. HEX triplet: 39, 95 and 75. RGB value is (57,149,117). Sum of RGB (Red+Green+Blue) = 57+149+117=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #399575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399575 is #C66A8A. Grayscale: #757575. Windows color (decimal): -13003403 or 7705913. OLE color: 7705913.

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

Color convert

RGB 57 149 117 -
CMYK 0.62 0 0.21 0.42
HSL 159.13º 0.45% 0.4% -
HSV(B) 159.13º 0.62% 0.58% -
XYZ 15.65 23.65 20.57 -
YUV 117.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 57 149 117 0.62 0 0.21 0.42 159.13 0.45 0.4
Hex 39 95 75 3E 0 15 2A 9F 2D 28
Octal 71 225 165 76 0 25 52 237 55 50
Binary 111001 10010101 1110101 111110 0 10101 101010 10011111 101101 101000

Color Harmonies of #399575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399575

Black with #399575

Text Example


Text Example

White with #399575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399575; }

 p { color: rgb(57,149,117); }

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

background-color css

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

 a { background-color: rgb(57,149,117); }

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

border-color css

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

 span { border-color: rgb(57,149,117); }

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