Html Css Color HEX #499C7F Gossamer

📋 copy color: '#499C7F'

red 73 ◦ green 156 ◦ blue 127

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

Shades of Gossamer #499C7F

Tints of Gossamer #499C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 20.51%
G = 43.82%
B = 35.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#499C7F (or 0x499C7F) is known color: Gossamer. HEX triplet: 49, 9C and 7F. RGB value is (73,156,127). Sum of RGB (Red+Green+Blue) = 73+156+127=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #499C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C7F is #B66380. Grayscale: #7F7F7F. Windows color (decimal): -11953025 or 8363081. OLE color: 8363081.

HSL color Cylindrical-coordinate representation of color #499C7F: hue angle of 159.04º 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 #499C7F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 127 -
CMYK 0.53 0 0.19 0.39
HSL 159.04º 0.36% 0.45% -
HSV(B) 159.04º 0.53% 0.61% -
XYZ 18.47 26.73 24.26 -
YUV 127.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 73 156 127 0.53 0 0.19 0.39 159.04 0.36 0.45
Hex 49 9C 7F 35 0 13 27 9F 24 2D
Octal 111 234 177 65 0 23 47 237 44 55
Binary 1001001 10011100 1111111 110101 0 10011 100111 10011111 100100 101101

Color Harmonies of #499C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C7F

Black with #499C7F

Text Example


Text Example

White with #499C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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