Html Css Color HEX #319378 Gossamer

📋 copy color: '#319378'

red 49 ◦ green 147 ◦ blue 120

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

Shades of Gossamer #319378

Tints of Gossamer #319378

RGB

 RED value IS 49 (19.53% from 255) = 15.51%

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

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

R = 15.51%
G = 46.52%
B = 37.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#319378 (or 0x319378) is known color: Gossamer. HEX triplet: 31, 93 and 78. RGB value is (49,147,120). Sum of RGB (Red+Green+Blue) = 49+147+120=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #319378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319378 is #CE6C87. Grayscale: #727272. Windows color (decimal): -13528200 or 7902001. OLE color: 7902001.

HSL color Cylindrical-coordinate representation of color #319378: hue angle of 163.47º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319378 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 120 -
CMYK 0.67 0 0.18 0.42
HSL 163.47º 0.5% 0.38% -
HSV(B) 163.47º 0.67% 0.58% -
XYZ 15.09 22.88 21.39 -
YUV 114.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 49 147 120 0.67 0 0.18 0.42 163.47 0.5 0.38
Hex 31 93 78 43 0 12 2A A3 32 26
Octal 61 223 170 103 0 22 52 243 62 46
Binary 110001 10010011 1111000 1000011 0 10010 101010 10100011 110010 100110

Color Harmonies of #319378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319378

Black with #319378

Text Example


Text Example

White with #319378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319378; }

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

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

background-color css

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

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

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

border-color css

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

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

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