#49985C

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

Shades of Chateau Green #49985C

Tints of Chateau Green #49985C

Color information

#49985C (or 0x49985C) is unknown color: approx Chateau Green. HEX triplet: 49, 98 and 5C. RGB value is (73,152,92). Sum of RGB (Red+Green+Blue) = 73+152+92=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #49985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49985C is #B667A3. Grayscale: #797979. Windows color (decimal): -11954084 or 6068297. OLE color: 6068297.

HSL color Cylindrical-coordinate representation of color #49985C: hue angle of 134.43º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49985C is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB7315292-
CMYK0.5200.390.40
HSL134.43º35.11%44.12%-
HSV(B)134.43º51.97%59.61%-
XYZ15.9124.6514.04-
YUV121.54111.3393.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 152 (59.77% from 255) = 47.95%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=23.03%
G=47.95%
B=29.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152920.5200.390.40134.4335.1144.12
Hex49985C340272886232c
Octal11123013464047502064354
Binary1001001100110001011100110100010011110100010000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49985C; }

 p { color: rgb(73,152,92); }

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

<style>
 a { background-color: #49985C; }

 a { background-color: rgb(73,152,92); }

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

<style>
 span { border-color: #49985C; }

 span { border-color: rgb(73,152,92); }

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