#49955B

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

Shades of Chateau Green #49955B

Tints of Chateau Green #49955B

Color information

#49955B (or 0x49955B) is unknown color: approx Chateau Green. HEX triplet: 49, 95 and 5B. RGB value is (73,149,91). Sum of RGB (Red+Green+Blue) = 73+149+91=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #49955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49955B is #B66AA4. Grayscale: #777777. Windows color (decimal): -11954853 or 6001993. OLE color: 6001993.

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

Color convert

RGB7314991-
CMYK0.5100.390.42
HSL134.21º34.23%43.53%-
HSV(B)134.21º51.01%58.43%-
XYZ15.3823.6713.65-
YUV119.66111.8294.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=23.32%
G=47.60%
B=29.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149910.5100.390.42134.2134.2343.53
Hex49955B330272A86222c
Octal11122513363047522064254
Binary1001001100101011011011110011010011110101010000110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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