Html Css Color HEX #319974 Gossamer

📋 copy color: '#319974'

red 49 ◦ green 153 ◦ blue 116

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

Shades of Gossamer #319974

Tints of Gossamer #319974

RGB

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

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

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

R = 15.41%
G = 48.11%
B = 36.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#319974 (or 0x319974) is known color: Gossamer. HEX triplet: 31, 99 and 74. RGB value is (49,153,116). Sum of RGB (Red+Green+Blue) = 49+153+116=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #319974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319974 is #CE668B. Grayscale: #757575. Windows color (decimal): -13526668 or 7641393. OLE color: 7641393.

HSL color Cylindrical-coordinate representation of color #319974: hue angle of 158.65º 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 #319974 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 116 -
CMYK 0.68 0 0.24 0.4
HSL 158.65º 0.51% 0.4% -
HSV(B) 158.65º 0.68% 0.6% -
XYZ 15.81 24.7 20.46 -
YUV 117.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 49 153 116 0.68 0 0.24 0.4 158.65 0.51 0.4
Hex 31 99 74 44 0 18 28 9F 33 28
Octal 61 231 164 104 0 30 50 237 63 50
Binary 110001 10011001 1110100 1000100 0 11000 101000 10011111 110011 101000

Color Harmonies of #319974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319974

Black with #319974

Text Example


Text Example

White with #319974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319974; }

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

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

background-color css

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

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

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

border-color css

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

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

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