Html Css Color HEX #499C7D Gossamer

📋 copy color: '#499C7D'

red 73 ◦ green 156 ◦ blue 125

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

Shades of Gossamer #499C7D

Tints of Gossamer #499C7D

RGB

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

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

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

R = 20.62%
G = 44.07%
B = 35.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#499C7D (or 0x499C7D) is known color: Gossamer. HEX triplet: 49, 9C and 7D. RGB value is (73,156,125). Sum of RGB (Red+Green+Blue) = 73+156+125=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #499C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C7D is #B66382. Grayscale: #7F7F7F. Windows color (decimal): -11953027 or 8232009. OLE color: 8232009.

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

Color convert

RGB 73 156 125 -
CMYK 0.53 0 0.20 0.39
HSL 157.59º 0.36% 0.45% -
HSV(B) 157.59º 0.53% 0.61% -
XYZ 18.34 26.67 23.58 -
YUV 127.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 73 156 125 0.53 0 0.20 0.39 157.59 0.36 0.45
Hex 49 9C 7D 35 0 14 27 9E 24 2D
Octal 111 234 175 65 0 24 47 236 44 55
Binary 1001001 10011100 1111101 110101 0 10100 100111 10011110 100100 101101

Color Harmonies of #499C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C7D

Black with #499C7D

Text Example


Text Example

White with #499C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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