Html Css Color HEX #319875 Gossamer

📋 copy color: '#319875'

red 49 ◦ green 152 ◦ blue 117

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

Shades of Gossamer #319875

Tints of Gossamer #319875

RGB

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

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

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

R = 15.41%
G = 47.8%
B = 36.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#319875 (or 0x319875) is known color: Gossamer. HEX triplet: 31, 98 and 75. RGB value is (49,152,117). Sum of RGB (Red+Green+Blue) = 49+152+117=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #319875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319875 is #CE678A. Grayscale: #757575. Windows color (decimal): -13526923 or 7706673. OLE color: 7706673.

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

Color convert

RGB 49 152 117 -
CMYK 0.68 0 0.23 0.40
HSL 159.61º 0.51% 0.39% -
HSV(B) 159.61º 0.68% 0.6% -
XYZ 15.71 24.39 20.71 -
YUV 117.21 127.88 79.35 -
System Red Green Blue C M Y K H S L
Decimal 49 152 117 0.68 0 0.23 0.40 159.61 0.51 0.39
Hex 31 98 75 44 0 17 28 A0 33 27
Octal 61 230 165 104 0 27 50 240 63 47
Binary 110001 10011000 1110101 1000100 0 10111 101000 10100000 110011 100111

Color Harmonies of #319875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319875

Black with #319875

Text Example


Text Example

White with #319875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319875; }

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

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

background-color css

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

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

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

border-color css

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

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

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