Html Css Color HEX #319874 Gossamer

📋 copy color: '#319874'

red 49 ◦ green 152 ◦ blue 116

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

Shades of Gossamer #319874

Tints of Gossamer #319874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 15.46%
G = 47.95%
B = 36.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#319874 (or 0x319874) is known color: Gossamer. HEX triplet: 31, 98 and 74. RGB value is (49,152,116). Sum of RGB (Red+Green+Blue) = 49+152+116=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #319874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319874 is #CE678B. Grayscale: #757575. Windows color (decimal): -13526924 or 7641137. OLE color: 7641137.

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

Color convert

RGB 49 152 116 -
CMYK 0.68 0 0.24 0.40
HSL 159.03º 0.51% 0.39% -
HSV(B) 159.03º 0.68% 0.6% -
XYZ 15.65 24.37 20.4 -
YUV 117.1 127.38 79.43 -
System Red Green Blue C M Y K H S L
Decimal 49 152 116 0.68 0 0.24 0.40 159.03 0.51 0.39
Hex 31 98 74 44 0 18 28 9F 33 27
Octal 61 230 164 104 0 30 50 237 63 47
Binary 110001 10011000 1110100 1000100 0 11000 101000 10011111 110011 100111

Color Harmonies of #319874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319874

Black with #319874

Text Example


Text Example

White with #319874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319874; }

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

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

background-color css

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

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

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

border-color css

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

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

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