#49A862

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

Shades of Chateau Green #49A862

Tints of Chateau Green #49A862

Color information

#49A862 (or 0x49A862) is unknown color: approx Chateau Green. HEX triplet: 49, A8 and 62. RGB value is (73,168,98). Sum of RGB (Red+Green+Blue) = 73+168+98=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #49A862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A862 is #B6579D. Grayscale: #838383. Windows color (decimal): -11949982 or 6465609. OLE color: 6465609.

HSL color Cylindrical-coordinate representation of color #49A862: hue angle of 135.79º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A862 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB7316898-
CMYK0.5700.420.34
HSL135.79º39.42%47.25%-
HSV(B)135.79º56.55%65.88%-
XYZ18.9530.316.41-
YUV131.62109.0386.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 168 (66.02% from 255) = 49.56%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=21.53%
G=49.56%
B=28.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73168980.5700.420.34135.7939.4247.25
Hex49A8623902A2288272f
Octal11125014271052422104757
Binary1001001101010001100010111001010101010001010001000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A862; }

 p { color: rgb(73,168,98); }

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

<style>
 a { background-color: #49A862; }

 a { background-color: rgb(73,168,98); }

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

<style>
 span { border-color: #49A862; }

 span { border-color: rgb(73,168,98); }

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