Html Css Color HEX #499460 Chateau Green

📋 copy color: '#499460'

red 73 ◦ green 148 ◦ blue 96

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

Shades of Chateau Green #499460

Tints of Chateau Green #499460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 23.03%
G = 46.69%
B = 30.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#499460 (or 0x499460) is known color: Chateau Green. HEX triplet: 49, 94 and 60. RGB value is (73,148,96). Sum of RGB (Red+Green+Blue) = 73+148+96=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #499460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499460 is #B66B9F. Grayscale: #777777. Windows color (decimal): -11955104 or 6329417. OLE color: 6329417.

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

Color convert

RGB 73 148 96 -
CMYK 0.51 0 0.35 0.42
HSL 138.4º 0.34% 0.43% -
HSV(B) 138.4º 0.51% 0.58% -
XYZ 15.45 23.44 14.78 -
YUV 119.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 73 148 96 0.51 0 0.35 0.42 138.4 0.34 0.43
Hex 49 94 60 33 0 23 2A 8A 22 2B
Octal 111 224 140 63 0 43 52 212 42 53
Binary 1001001 10010100 1100000 110011 0 100011 101010 10001010 100010 101011

Color Harmonies of #499460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499460

Black with #499460

Text Example


Text Example

White with #499460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499460; }

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

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

background-color css

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

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

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

border-color css

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

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

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