Html Css Color HEX #499466 Chateau Green

📋 copy color: '#499466'

red 73 ◦ green 148 ◦ blue 102

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

Shades of Chateau Green #499466

Tints of Chateau Green #499466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 22.6%
G = 45.82%
B = 31.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#499466 (or 0x499466) is known color: Chateau Green. HEX triplet: 49, 94 and 66. RGB value is (73,148,102). Sum of RGB (Red+Green+Blue) = 73+148+102=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #499466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499466 is #B66B99. Grayscale: #787878. Windows color (decimal): -11955098 or 6722633. OLE color: 6722633.

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

Color convert

RGB 73 148 102 -
CMYK 0.51 0 0.31 0.42
HSL 143.2º 0.34% 0.43% -
HSV(B) 143.2º 0.51% 0.58% -
XYZ 15.74 23.56 16.29 -
YUV 120.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 73 148 102 0.51 0 0.31 0.42 143.2 0.34 0.43
Hex 49 94 66 33 0 1F 2A 8F 22 2B
Octal 111 224 146 63 0 37 52 217 42 53
Binary 1001001 10010100 1100110 110011 0 11111 101010 10001111 100010 101011

Color Harmonies of #499466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499466

Black with #499466

Text Example


Text Example

White with #499466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499466; }

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

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

background-color css

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

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

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

border-color css

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

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

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