#49B360

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

Shades of Chateau Green #49B360

Tints of Chateau Green #49B360

Color information

#49B360 (or 0x49B360) is unknown color: approx Chateau Green. HEX triplet: 49, B3 and 60. RGB value is (73,179,96). Sum of RGB (Red+Green+Blue) = 73+179+96=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #49B360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B360 is #B64C9F. Grayscale: #8A8A8A. Windows color (decimal): -11947168 or 6337353. OLE color: 6337353.

HSL color Cylindrical-coordinate representation of color #49B360: hue angle of 133.02º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B360 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB7317996-
CMYK0.5900.460.30
HSL133.02º42.06%49.41%-
HSV(B)133.02º59.22%70.2%-
XYZ20.9834.516.62-
YUV137.84104.3881.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 179 (70.31% from 255) = 51.44%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=20.98%
G=51.44%
B=27.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73179960.5900.460.30133.0242.0649.41
Hex49B3603B02E1E852a31
Octal11126314073056362055261
Binary100100110110011110000011101101011101111010000101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,96); }

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

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

 a { background-color: rgb(73,179,96); }

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

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

 span { border-color: rgb(73,179,96); }

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