Html Css Color HEX #319983 Gossamer

📋 copy color: '#319983'

red 49 ◦ green 153 ◦ blue 131

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

Shades of Gossamer #319983

Tints of Gossamer #319983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 14.71%
G = 45.95%
B = 39.34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#319983 (or 0x319983) is known color: Gossamer. HEX triplet: 31, 99 and 83. RGB value is (49,153,131). Sum of RGB (Red+Green+Blue) = 49+153+131=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #319983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319983 is #CE667C. Grayscale: #777777. Windows color (decimal): -13526653 or 8624433. OLE color: 8624433.

HSL color Cylindrical-coordinate representation of color #319983: hue angle of 167.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319983 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 131 -
CMYK 0.68 0 0.14 0.4
HSL 167.31º 0.51% 0.4% -
HSV(B) 167.31º 0.68% 0.6% -
XYZ 16.75 25.07 25.43 -
YUV 119.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 49 153 131 0.68 0 0.14 0.4 167.31 0.51 0.4
Hex 31 99 83 44 0 E 28 A7 33 28
Octal 61 231 203 104 0 16 50 247 63 50
Binary 110001 10011001 10000011 1000100 0 1110 101000 10100111 110011 101000

Color Harmonies of #319983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319983

Black with #319983

Text Example


Text Example

White with #319983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319983; }

 p { color: rgb(49,153,131); }

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

background-color css

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

 a { background-color: rgb(49,153,131); }

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

border-color css

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

 span { border-color: rgb(49,153,131); }

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