#49965B

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

Shades of Chateau Green #49965B

Tints of Chateau Green #49965B

Color information

#49965B (or 0x49965B) is unknown color: approx Chateau Green. HEX triplet: 49, 96 and 5B. RGB value is (73,150,91). Sum of RGB (Red+Green+Blue) = 73+150+91=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #49965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49965B is #B669A4. Grayscale: #787878. Windows color (decimal): -11954597 or 6002249. OLE color: 6002249.

HSL color Cylindrical-coordinate representation of color #49965B: hue angle of 134.03º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49965B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB7315091-
CMYK0.5100.390.41
HSL134.03º34.53%43.73%-
HSV(B)134.03º51.33%58.82%-
XYZ15.5423.9813.71-
YUV120.25111.4994.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=23.25%
G=47.77%
B=28.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150910.5100.390.41134.0334.5343.73
Hex49965B330272986232c
Octal11122613363047512064354
Binary1001001100101101011011110011010011110100110000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49965B; }

 p { color: rgb(73,150,91); }

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

<style>
 a { background-color: #49965B; }

 a { background-color: rgb(73,150,91); }

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

<style>
 span { border-color: #49965B; }

 span { border-color: rgb(73,150,91); }

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