Html Css Color HEX #499262 Chateau Green

📋 copy color: '#499262'

red 73 ◦ green 146 ◦ blue 98

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

Shades of Chateau Green #499262

Tints of Chateau Green #499262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 23.03%
G = 46.06%
B = 30.91%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#499262 (or 0x499262) is known color: Chateau Green. HEX triplet: 49, 92 and 62. RGB value is (73,146,98). Sum of RGB (Red+Green+Blue) = 73+146+98=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #499262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499262 is #B66D9D. Grayscale: #767676. Windows color (decimal): -11955614 or 6459977. OLE color: 6459977.

HSL color Cylindrical-coordinate representation of color #499262: hue angle of 140.55º 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 #499262 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 98 -
CMYK 0.5 0 0.33 0.43
HSL 140.55º 0.33% 0.43% -
HSV(B) 140.55º 0.5% 0.57% -
XYZ 15.23 22.86 15.16 -
YUV 118.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 73 146 98 0.5 0 0.33 0.43 140.55 0.33 0.43
Hex 49 92 62 32 0 21 2B 8D 21 2B
Octal 111 222 142 62 0 41 53 215 41 53
Binary 1001001 10010010 1100010 110010 0 100001 101011 10001101 100001 101011

Color Harmonies of #499262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499262

Black with #499262

Text Example


Text Example

White with #499262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499262; }

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

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

background-color css

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

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

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

border-color css

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

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

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