Html Css Color HEX #499464 Chateau Green

📋 copy color: '#499464'

red 73 ◦ green 148 ◦ blue 100

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

Shades of Chateau Green #499464

Tints of Chateau Green #499464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 22.74%
G = 46.11%
B = 31.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#499464 (or 0x499464) is known color: Chateau Green. HEX triplet: 49, 94 and 64. RGB value is (73,148,100). Sum of RGB (Red+Green+Blue) = 73+148+100=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #499464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499464 is #B66B9B. Grayscale: #787878. Windows color (decimal): -11955100 or 6591561. OLE color: 6591561.

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

Color convert

RGB 73 148 100 -
CMYK 0.51 0 0.32 0.42
HSL 141.6º 0.34% 0.43% -
HSV(B) 141.6º 0.51% 0.58% -
XYZ 15.64 23.52 15.77 -
YUV 120.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 73 148 100 0.51 0 0.32 0.42 141.6 0.34 0.43
Hex 49 94 64 33 0 20 2A 8E 22 2B
Octal 111 224 144 63 0 40 52 216 42 53
Binary 1001001 10010100 1100100 110011 0 100000 101010 10001110 100010 101011

Color Harmonies of #499464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499464

Black with #499464

Text Example


Text Example

White with #499464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499464; }

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

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

background-color css

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

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

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

border-color css

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

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

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