Html Css Color HEX #499264 Chateau Green

📋 copy color: '#499264'

red 73 ◦ green 146 ◦ blue 100

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

Shades of Chateau Green #499264

Tints of Chateau Green #499264

RGB

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

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

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

R = 22.88%
G = 45.77%
B = 31.35%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#499264 (or 0x499264) is known color: Chateau Green. HEX triplet: 49, 92 and 64. RGB value is (73,146,100). Sum of RGB (Red+Green+Blue) = 73+146+100=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #499264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499264 is #B66D9B. Grayscale: #777777. Windows color (decimal): -11955612 or 6591049. OLE color: 6591049.

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

Color convert

RGB 73 146 100 -
CMYK 0.5 0 0.32 0.43
HSL 142.19º 0.33% 0.43% -
HSV(B) 142.19º 0.5% 0.57% -
XYZ 15.33 22.89 15.67 -
YUV 118.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 73 146 100 0.5 0 0.32 0.43 142.19 0.33 0.43
Hex 49 92 64 32 0 20 2B 8E 21 2B
Octal 111 222 144 62 0 40 53 216 41 53
Binary 1001001 10010010 1100100 110010 0 100000 101011 10001110 100001 101011

Color Harmonies of #499264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499264

Black with #499264

Text Example


Text Example

White with #499264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499264; }

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

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

background-color css

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

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

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

border-color css

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

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

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