Html Css Color HEX #499C7C Gossamer

📋 copy color: '#499C7C'

red 73 ◦ green 156 ◦ blue 124

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

Shades of Gossamer #499C7C

Tints of Gossamer #499C7C

RGB

 RED value IS 73 (28.91% from 255) = 20.68%

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

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

R = 20.68%
G = 44.19%
B = 35.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#499C7C (or 0x499C7C) is known color: Gossamer. HEX triplet: 49, 9C and 7C. RGB value is (73,156,124). Sum of RGB (Red+Green+Blue) = 73+156+124=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #499C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C7C is #B66383. Grayscale: #7F7F7F. Windows color (decimal): -11953028 or 8166473. OLE color: 8166473.

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

Color convert

RGB 73 156 124 -
CMYK 0.53 0 0.21 0.39
HSL 156.87º 0.36% 0.45% -
HSV(B) 156.87º 0.53% 0.61% -
XYZ 18.27 26.65 23.25 -
YUV 127.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 73 156 124 0.53 0 0.21 0.39 156.87 0.36 0.45
Hex 49 9C 7C 35 0 15 27 9D 24 2D
Octal 111 234 174 65 0 25 47 235 44 55
Binary 1001001 10011100 1111100 110101 0 10101 100111 10011101 100100 101101

Color Harmonies of #499C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C7C

Black with #499C7C

Text Example


Text Example

White with #499C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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