Html Css Color HEX #499356 Chateau Green

📋 copy color: '#499356'

red 73 ◦ green 147 ◦ blue 86

#499356
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #499356

Tints of Chateau Green #499356

RGB

 RED value IS 73 (28.91% from 255) = 23.86%

 GREEN value IS 147 (57.81% from 255) = 48.04%

 BLUE value IS 86 (33.98% from 255) = 28.1%

R = 23.86%
G = 48.04%
B = 28.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#499356 (or 0x499356) is known color: Chateau Green. HEX triplet: 49, 93 and 56. RGB value is (73,147,86). Sum of RGB (Red+Green+Blue) = 73+147+86=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #499356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499356 is #B66CA9. Grayscale: #767676. Windows color (decimal): -11955370 or 5673801. OLE color: 5673801.

HSL color Cylindrical-coordinate representation of color #499356: hue angle of 130.54º 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 #499356 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 86 -
CMYK 0.50 0 0.41 0.42
HSL 130.54º 0.34% 0.43% -
HSV(B) 130.54º 0.5% 0.58% -
XYZ 14.86 22.96 12.45 -
YUV 117.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 73 147 86 0.50 0 0.41 0.42 130.54 0.34 0.43
Hex 49 93 56 32 0 29 2A 83 22 2B
Octal 111 223 126 62 0 51 52 203 42 53
Binary 1001001 10010011 1010110 110010 0 101001 101010 10000011 100010 101011

Color Harmonies of #499356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499356

Black with #499356

Text Example


Text Example

White with #499356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499356; }

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

 H1.HeaderClassName
 {
   color: #499356;
 }
 .AnyTagClassName
 {
   color: #499356;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #499356;
 }
 .BgClassName
 {
   background-color: #499356;
 }
</style>

border-color css

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

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

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