Html Css Color HEX #399378 Gossamer

📋 copy color: '#399378'

red 57 ◦ green 147 ◦ blue 120

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

Shades of Gossamer #399378

Tints of Gossamer #399378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 17.59%
G = 45.37%
B = 37.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#399378 (or 0x399378) is known color: Gossamer. HEX triplet: 39, 93 and 78. RGB value is (57,147,120). Sum of RGB (Red+Green+Blue) = 57+147+120=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #399378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399378 is #C66C87. Grayscale: #757575. Windows color (decimal): -13003912 or 7902009. OLE color: 7902009.

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

Color convert

RGB 57 147 120 -
CMYK 0.61 0 0.18 0.42
HSL 162º 0.44% 0.4% -
HSV(B) 162º 0.61% 0.58% -
XYZ 15.51 23.09 21.41 -
YUV 117.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 57 147 120 0.61 0 0.18 0.42 162 0.44 0.4
Hex 39 93 78 3D 0 12 2A A2 2C 28
Octal 71 223 170 75 0 22 52 242 54 50
Binary 111001 10010011 1111000 111101 0 10010 101010 10100010 101100 101000

Color Harmonies of #399378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399378

Black with #399378

Text Example


Text Example

White with #399378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399378; }

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

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

background-color css

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

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

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

border-color css

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

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

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