Html Css Color HEX #499560 Chateau Green

📋 copy color: '#499560'

red 73 ◦ green 149 ◦ blue 96

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

Shades of Chateau Green #499560

Tints of Chateau Green #499560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.86%

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

R = 22.96%
G = 46.86%
B = 30.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#499560 (or 0x499560) is known color: Chateau Green. HEX triplet: 49, 95 and 60. RGB value is (73,149,96). Sum of RGB (Red+Green+Blue) = 73+149+96=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #499560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499560 is #B66A9F. Grayscale: #787878. Windows color (decimal): -11954848 or 6329673. OLE color: 6329673.

HSL color Cylindrical-coordinate representation of color #499560: hue angle of 138.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499560 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 96 -
CMYK 0.51 0 0.36 0.42
HSL 138.16º 0.34% 0.44% -
HSV(B) 138.16º 0.51% 0.58% -
XYZ 15.61 23.76 14.83 -
YUV 120.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 73 149 96 0.51 0 0.36 0.42 138.16 0.34 0.44
Hex 49 95 60 33 0 24 2A 8A 22 2C
Octal 111 225 140 63 0 44 52 212 42 54
Binary 1001001 10010101 1100000 110011 0 100100 101010 10001010 100010 101100

Color Harmonies of #499560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499560

Black with #499560

Text Example


Text Example

White with #499560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499560; }

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

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

background-color css

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

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

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

border-color css

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

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

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