Html Css Color HEX #319375 Gossamer

📋 copy color: '#319375'

red 49 ◦ green 147 ◦ blue 117

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

Shades of Gossamer #319375

Tints of Gossamer #319375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 15.65%
G = 46.96%
B = 37.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#319375 (or 0x319375) is known color: Gossamer. HEX triplet: 31, 93 and 75. RGB value is (49,147,117). Sum of RGB (Red+Green+Blue) = 49+147+117=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #319375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319375 is #CE6C8A. Grayscale: #727272. Windows color (decimal): -13528203 or 7705393. OLE color: 7705393.

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

Color convert

RGB 49 147 117 -
CMYK 0.67 0 0.20 0.42
HSL 161.63º 0.5% 0.38% -
HSV(B) 161.63º 0.67% 0.58% -
XYZ 14.91 22.8 20.45 -
YUV 114.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 49 147 117 0.67 0 0.20 0.42 161.63 0.5 0.38
Hex 31 93 75 43 0 14 2A A2 32 26
Octal 61 223 165 103 0 24 52 242 62 46
Binary 110001 10010011 1110101 1000011 0 10100 101010 10100010 110010 100110

Color Harmonies of #319375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319375

Black with #319375

Text Example


Text Example

White with #319375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319375; }

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

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

background-color css

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

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

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

border-color css

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

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

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