Html Css Color HEX #319C7C Gossamer

📋 copy color: '#319C7C'

red 49 ◦ green 156 ◦ blue 124

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

Shades of Gossamer #319C7C

Tints of Gossamer #319C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.42%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 14.89%
G = 47.42%
B = 37.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#319C7C (or 0x319C7C) is known color: Gossamer. HEX triplet: 31, 9C and 7C. RGB value is (49,156,124). Sum of RGB (Red+Green+Blue) = 49+156+124=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #319C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C7C is #CE6383. Grayscale: #787878. Windows color (decimal): -13525892 or 8166449. OLE color: 8166449.

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

Color convert

RGB 49 156 124 -
CMYK 0.69 0 0.21 0.39
HSL 162.06º 0.52% 0.4% -
HSV(B) 162.06º 0.69% 0.61% -
XYZ 16.79 25.89 23.18 -
YUV 120.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 49 156 124 0.69 0 0.21 0.39 162.06 0.52 0.4
Hex 31 9C 7C 45 0 15 27 A2 34 28
Octal 61 234 174 105 0 25 47 242 64 50
Binary 110001 10011100 1111100 1000101 0 10101 100111 10100010 110100 101000

Color Harmonies of #319C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C7C

Black with #319C7C

Text Example


Text Example

White with #319C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,124); }

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

background-color css

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

 a { background-color: rgb(49,156,124); }

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

border-color css

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

 span { border-color: rgb(49,156,124); }

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