#49975B

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

Shades of Chateau Green #49975B

Tints of Chateau Green #49975B

Color information

#49975B (or 0x49975B) is unknown color: approx Chateau Green. HEX triplet: 49, 97 and 5B. RGB value is (73,151,91). Sum of RGB (Red+Green+Blue) = 73+151+91=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #49975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49975B is #B668A4. Grayscale: #787878. Windows color (decimal): -11954341 or 6002505. OLE color: 6002505.

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

Color convert

RGB7315191-
CMYK0.5200.400.41
HSL133.85º34.82%43.92%-
HSV(B)133.85º51.66%59.22%-
XYZ15.724.3113.76-
YUV120.84111.1693.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=23.17%
G=47.94%
B=28.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151910.5200.400.41133.8534.8243.92
Hex49975B340282986232c
Octal11122713364050512064354
Binary1001001100101111011011110100010100010100110000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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