Html Css Color HEX #399978 Gossamer

📋 copy color: '#399978'

red 57 ◦ green 153 ◦ blue 120

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

Shades of Gossamer #399978

Tints of Gossamer #399978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 17.27%
G = 46.36%
B = 36.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#399978 (or 0x399978) is known color: Gossamer. HEX triplet: 39, 99 and 78. RGB value is (57,153,120). Sum of RGB (Red+Green+Blue) = 57+153+120=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #399978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399978 is #C66687. Grayscale: #787878. Windows color (decimal): -13002376 or 7903545. OLE color: 7903545.

HSL color Cylindrical-coordinate representation of color #399978: hue angle of 159.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399978 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 120 -
CMYK 0.63 0 0.22 0.4
HSL 159.38º 0.46% 0.41% -
HSV(B) 159.38º 0.63% 0.6% -
XYZ 16.47 25.01 21.73 -
YUV 120.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 57 153 120 0.63 0 0.22 0.4 159.38 0.46 0.41
Hex 39 99 78 3F 0 16 28 9F 2E 29
Octal 71 231 170 77 0 26 50 237 56 51
Binary 111001 10011001 1111000 111111 0 10110 101000 10011111 101110 101001

Color Harmonies of #399978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399978

Black with #399978

Text Example


Text Example

White with #399978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399978; }

 p { color: rgb(57,153,120); }

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

background-color css

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

 a { background-color: rgb(57,153,120); }

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

border-color css

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

 span { border-color: rgb(57,153,120); }

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