Html Css Color HEX #319B7D Gossamer

📋 copy color: '#319B7D'

red 49 ◦ green 155 ◦ blue 125

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

Shades of Gossamer #319B7D

Tints of Gossamer #319B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.11%

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 14.89%
G = 47.11%
B = 37.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#319B7D (or 0x319B7D) is known color: Gossamer. HEX triplet: 31, 9B and 7D. RGB value is (49,155,125). Sum of RGB (Red+Green+Blue) = 49+155+125=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #319B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B7D is #CE6482. Grayscale: #777777. Windows color (decimal): -13526147 or 8231729. OLE color: 8231729.

HSL color Cylindrical-coordinate representation of color #319B7D: hue angle of 163.02º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B7D is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 125 -
CMYK 0.68 0 0.19 0.39
HSL 163.02º 0.52% 0.4% -
HSV(B) 163.02º 0.68% 0.61% -
XYZ 16.69 25.58 23.46 -
YUV 119.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 49 155 125 0.68 0 0.19 0.39 163.02 0.52 0.4
Hex 31 9B 7D 44 0 13 27 A3 34 28
Octal 61 233 175 104 0 23 47 243 64 50
Binary 110001 10011011 1111101 1000100 0 10011 100111 10100011 110100 101000

Color Harmonies of #319B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B7D

Black with #319B7D

Text Example


Text Example

White with #319B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,125); }

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

background-color css

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

 a { background-color: rgb(49,155,125); }

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

border-color css

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

 span { border-color: rgb(49,155,125); }

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