Html Css Color HEX #399D76 Gossamer

📋 copy color: '#399D76'

red 57 ◦ green 157 ◦ blue 118

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

Shades of Gossamer #399D76

Tints of Gossamer #399D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.29%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 17.17%
G = 47.29%
B = 35.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#399D76 (or 0x399D76) is known color: Gossamer. HEX triplet: 39, 9D and 76. RGB value is (57,157,118). Sum of RGB (Red+Green+Blue) = 57+157+118=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #399D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D76 is #C66289. Grayscale: #7A7A7A. Windows color (decimal): -13001354 or 7773497. OLE color: 7773497.

HSL color Cylindrical-coordinate representation of color #399D76: hue angle of 156.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D76 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 157 118 -
CMYK 0.64 0 0.25 0.38
HSL 156.6º 0.47% 0.42% -
HSV(B) 156.6º 0.64% 0.62% -
XYZ 17.01 26.29 21.32 -
YUV 122.65 125.37 81.17 -
System Red Green Blue C M Y K H S L
Decimal 57 157 118 0.64 0 0.25 0.38 156.6 0.47 0.42
Hex 39 9D 76 40 0 19 26 9D 2F 2A
Octal 71 235 166 100 0 31 46 235 57 52
Binary 111001 10011101 1110110 1000000 0 11001 100110 10011101 101111 101010

Color Harmonies of #399D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399D76

Black with #399D76

Text Example


Text Example

White with #399D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399D76; }

 p { color: rgb(57,157,118); }

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

background-color css

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

 a { background-color: rgb(57,157,118); }

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

border-color css

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

 span { border-color: rgb(57,157,118); }

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