Html Css Color HEX #319B7B Gossamer

📋 copy color: '#319B7B'

red 49 ◦ green 155 ◦ blue 123

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

Shades of Gossamer #319B7B

Tints of Gossamer #319B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 14.98%
G = 47.4%
B = 37.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#319B7B (or 0x319B7B) is known color: Gossamer. HEX triplet: 31, 9B and 7B. RGB value is (49,155,123). Sum of RGB (Red+Green+Blue) = 49+155+123=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #319B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B7B is #CE6484. Grayscale: #777777. Windows color (decimal): -13526149 or 8100657. OLE color: 8100657.

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

Color convert

RGB 49 155 123 -
CMYK 0.68 0 0.21 0.39
HSL 161.89º 0.52% 0.4% -
HSV(B) 161.89º 0.68% 0.61% -
XYZ 16.56 25.53 22.79 -
YUV 119.66 129.88 77.6 -
System Red Green Blue C M Y K H S L
Decimal 49 155 123 0.68 0 0.21 0.39 161.89 0.52 0.4
Hex 31 9B 7B 44 0 15 27 A2 34 28
Octal 61 233 173 104 0 25 47 242 64 50
Binary 110001 10011011 1111011 1000100 0 10101 100111 10100010 110100 101000

Color Harmonies of #319B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B7B

Black with #319B7B

Text Example


Text Example

White with #319B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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