Html Css Color HEX #319878 Gossamer

📋 copy color: '#319878'

red 49 ◦ green 152 ◦ blue 120

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

Shades of Gossamer #319878

Tints of Gossamer #319878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 15.26%
G = 47.35%
B = 37.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#319878 (or 0x319878) is known color: Gossamer. HEX triplet: 31, 98 and 78. RGB value is (49,152,120). Sum of RGB (Red+Green+Blue) = 49+152+120=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #319878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319878 is #CE6787. Grayscale: #757575. Windows color (decimal): -13526920 or 7903281. OLE color: 7903281.

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

Color convert

RGB 49 152 120 -
CMYK 0.68 0 0.21 0.40
HSL 161.36º 0.51% 0.39% -
HSV(B) 161.36º 0.68% 0.6% -
XYZ 15.89 24.47 21.65 -
YUV 117.56 129.38 79.1 -
System Red Green Blue C M Y K H S L
Decimal 49 152 120 0.68 0 0.21 0.40 161.36 0.51 0.39
Hex 31 98 78 44 0 15 28 A1 33 27
Octal 61 230 170 104 0 25 50 241 63 47
Binary 110001 10011000 1111000 1000100 0 10101 101000 10100001 110011 100111

Color Harmonies of #319878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319878

Black with #319878

Text Example


Text Example

White with #319878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319878; }

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

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

background-color css

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

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

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

border-color css

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

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

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