#49925C

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

Shades of Chateau Green #49925C

Tints of Chateau Green #49925C

Color information

#49925C (or 0x49925C) is unknown color: approx Chateau Green. HEX triplet: 49, 92 and 5C. RGB value is (73,146,92). Sum of RGB (Red+Green+Blue) = 73+146+92=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #49925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49925C is #B66DA3. Grayscale: #767676. Windows color (decimal): -11955620 or 6066761. OLE color: 6066761.

HSL color Cylindrical-coordinate representation of color #49925C: hue angle of 135.62º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49925C is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB7314692-
CMYK0.500.370.43
HSL135.62º33.33%42.94%-
HSV(B)135.62º50%57.25%-
XYZ14.9622.7513.73-
YUV118.02113.3295.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=23.47%
G=46.95%
B=29.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146920.500.370.43135.6233.3342.94
Hex49925C320252B88212b
Octal11122213462045532104153
Binary1001001100100101011100110010010010110101110001000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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