Html Css Color HEX #499261 Chateau Green

📋 copy color: '#499261'

red 73 ◦ green 146 ◦ blue 97

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

Shades of Chateau Green #499261

Tints of Chateau Green #499261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.2%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 23.1%
G = 46.2%
B = 30.7%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#499261 (or 0x499261) is known color: Chateau Green. HEX triplet: 49, 92 and 61. RGB value is (73,146,97). Sum of RGB (Red+Green+Blue) = 73+146+97=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #499261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499261 is #B66D9E. Grayscale: #767676. Windows color (decimal): -11955615 or 6394441. OLE color: 6394441.

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

Color convert

RGB 73 146 97 -
CMYK 0.5 0 0.34 0.43
HSL 139.73º 0.33% 0.43% -
HSV(B) 139.73º 0.5% 0.57% -
XYZ 15.18 22.84 14.92 -
YUV 118.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 73 146 97 0.5 0 0.34 0.43 139.73 0.33 0.43
Hex 49 92 61 32 0 22 2B 8C 21 2B
Octal 111 222 141 62 0 42 53 214 41 53
Binary 1001001 10010010 1100001 110010 0 100010 101011 10001100 100001 101011

Color Harmonies of #499261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499261

Black with #499261

Text Example


Text Example

White with #499261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499261; }

 p { color: rgb(73,146,97); }

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

background-color css

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

 a { background-color: rgb(73,146,97); }

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

border-color css

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

 span { border-color: rgb(73,146,97); }

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