Html Css Color HEX #399674 Gossamer

📋 copy color: '#399674'

red 57 ◦ green 150 ◦ blue 116

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

Shades of Gossamer #399674

Tints of Gossamer #399674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 17.65%
G = 46.44%
B = 35.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#399674 (or 0x399674) is known color: Gossamer. HEX triplet: 39, 96 and 74. RGB value is (57,150,116). Sum of RGB (Red+Green+Blue) = 57+150+116=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #399674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399674 is #C6698B. Grayscale: #767676. Windows color (decimal): -13003148 or 7640633. OLE color: 7640633.

HSL color Cylindrical-coordinate representation of color #399674: hue angle of 158.06º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399674 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 150 116 -
CMYK 0.62 0 0.23 0.41
HSL 158.06º 0.45% 0.41% -
HSV(B) 158.06º 0.62% 0.59% -
XYZ 15.75 23.94 20.31 -
YUV 118.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 57 150 116 0.62 0 0.23 0.41 158.06 0.45 0.41
Hex 39 96 74 3E 0 17 29 9E 2D 29
Octal 71 226 164 76 0 27 51 236 55 51
Binary 111001 10010110 1110100 111110 0 10111 101001 10011110 101101 101001

Color Harmonies of #399674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399674

Black with #399674

Text Example


Text Example

White with #399674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399674; }

 p { color: rgb(57,150,116); }

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

background-color css

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

 a { background-color: rgb(57,150,116); }

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

border-color css

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

 span { border-color: rgb(57,150,116); }

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