Html Css Color HEX #499456 Chateau Green

📋 copy color: '#499456'

red 73 ◦ green 148 ◦ blue 86

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

Shades of Chateau Green #499456

Tints of Chateau Green #499456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

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

R = 23.78%
G = 48.21%
B = 28.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#499456 (or 0x499456) is known color: Chateau Green. HEX triplet: 49, 94 and 56. RGB value is (73,148,86). Sum of RGB (Red+Green+Blue) = 73+148+86=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #499456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499456 is #B66BA9. Grayscale: #767676. Windows color (decimal): -11955114 or 5674057. OLE color: 5674057.

HSL color Cylindrical-coordinate representation of color #499456: hue angle of 130.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499456 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 86 -
CMYK 0.51 0 0.42 0.42
HSL 130.4º 0.34% 0.43% -
HSV(B) 130.4º 0.51% 0.58% -
XYZ 15.02 23.27 12.5 -
YUV 118.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 73 148 86 0.51 0 0.42 0.42 130.4 0.34 0.43
Hex 49 94 56 33 0 2A 2A 82 22 2B
Octal 111 224 126 63 0 52 52 202 42 53
Binary 1001001 10010100 1010110 110011 0 101010 101010 10000010 100010 101011

Color Harmonies of #499456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499456

Black with #499456

Text Example


Text Example

White with #499456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499456; }

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

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

background-color css

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

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

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

border-color css

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

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

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