Html Css Color HEX #319F74 Gossamer

📋 copy color: '#319F74'

red 49 ◦ green 159 ◦ blue 116

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

Shades of Gossamer #319F74

Tints of Gossamer #319F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.07%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 15.12%
G = 49.07%
B = 35.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#319F74 (or 0x319F74) is known color: Gossamer. HEX triplet: 31, 9F and 74. RGB value is (49,159,116). Sum of RGB (Red+Green+Blue) = 49+159+116=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #319F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319F74 is #CE608B. Grayscale: #797979. Windows color (decimal): -13525132 or 7642929. OLE color: 7642929.

HSL color Cylindrical-coordinate representation of color #319F74: hue angle of 156.55º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F74 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 159 116 -
CMYK 0.69 0 0.27 0.38
HSL 156.55º 0.53% 0.41% -
HSV(B) 156.55º 0.69% 0.62% -
XYZ 16.82 26.71 20.79 -
YUV 121.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 49 159 116 0.69 0 0.27 0.38 156.55 0.53 0.41
Hex 31 9F 74 45 0 1B 26 9D 35 29
Octal 61 237 164 105 0 33 46 235 65 51
Binary 110001 10011111 1110100 1000101 0 11011 100110 10011101 110101 101001

Color Harmonies of #319F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319F74

Black with #319F74

Text Example


Text Example

White with #319F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319F74; }

 p { color: rgb(49,159,116); }

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

background-color css

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

 a { background-color: rgb(49,159,116); }

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

border-color css

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

 span { border-color: rgb(49,159,116); }

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