#498D5A

Color #498D5A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #498D5A

Tints of Chateau Green #498D5A

Color information

#498D5A (or 0x498D5A) is unknown color: approx Chateau Green. HEX triplet: 49, 8D and 5A. RGB value is (73,141,90). Sum of RGB (Red+Green+Blue) = 73+141+90=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #498D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D5A is #B672A5. Grayscale: #727272. Windows color (decimal): -11956902 or 5934409. OLE color: 5934409.

HSL color Cylindrical-coordinate representation of color #498D5A: hue angle of 135º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D5A is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB7314190-
CMYK0.4800.360.45
HSL135º31.78%41.96%-
HSV(B)135º48.23%55.29%-
XYZ14.1221.213.02-
YUV114.85113.9798.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=24.01%
G=46.38%
B=29.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141900.4800.360.4513531.7841.96
Hex498D5A300242D87202a
Octal11121513260044552074052
Binary1001001100011011011010110000010010010110110000111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498D5A; }

 p { color: rgb(73,141,90); }

 H1.HeaderClassName
 {
   color: #498D5A;
 }
 .AnyTagClassName
 {
   color: #498D5A;
 }
</style>
background-color css

<style>
 a { background-color: #498D5A; }

 a { background-color: rgb(73,141,90); }

 div.DivClassName
 {
   background-color: #498D5A;
 }
 .BgClassName
 {
   background-color: #498D5A;
 }
</style>
border-color css

<style>
 span { border-color: #498D5A; }

 span { border-color: rgb(73,141,90); }

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