#49995A

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

Shades of Chateau Green #49995A

Tints of Chateau Green #49995A

Color information

#49995A (or 0x49995A) is unknown color: approx Chateau Green. HEX triplet: 49, 99 and 5A. RGB value is (73,153,90). Sum of RGB (Red+Green+Blue) = 73+153+90=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #49995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49995A is #B666A5. Grayscale: #7A7A7A. Windows color (decimal): -11953830 or 5937481. OLE color: 5937481.

HSL color Cylindrical-coordinate representation of color #49995A: hue angle of 132.75º 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 #49995A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB7315390-
CMYK0.5200.410.4
HSL132.75º35.4%44.31%-
HSV(B)132.75º52.29%60%-
XYZ15.9824.9413.64-
YUV121.911093.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=23.10%
G=48.42%
B=28.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73153900.5200.410.4132.7535.444.31
Hex49995A340292885232c
Octal11123113264051502054354
Binary1001001100110011011010110100010100110100010000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49995A; }

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

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

<style>
 a { background-color: #49995A; }

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

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

<style>
 span { border-color: #49995A; }

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

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