#49935B

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

Shades of Chateau Green #49935B

Tints of Chateau Green #49935B

Color information

#49935B (or 0x49935B) is unknown color: approx Chateau Green. HEX triplet: 49, 93 and 5B. RGB value is (73,147,91). Sum of RGB (Red+Green+Blue) = 73+147+91=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #49935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49935B is #B66CA4. Grayscale: #767676. Windows color (decimal): -11955365 or 6001481. OLE color: 6001481.

HSL color Cylindrical-coordinate representation of color #49935B: hue angle of 134.59º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49935B is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB7314791-
CMYK0.5000.380.42
HSL134.59º33.64%43.14%-
HSV(B)134.59º50.34%57.65%-
XYZ15.0723.0413.55-
YUV118.49112.4895.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=23.47%
G=47.27%
B=29.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147910.5000.380.42134.5933.6443.14
Hex49935B320262A87222b
Octal11122313362046522074253
Binary1001001100100111011011110010010011010101010000111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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