Html Css Color HEX #499555 Chateau Green

📋 copy color: '#499555'

red 73 ◦ green 149 ◦ blue 85

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

Shades of Chateau Green #499555

Tints of Chateau Green #499555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 23.78%
G = 48.53%
B = 27.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#499555 (or 0x499555) is known color: Chateau Green. HEX triplet: 49, 95 and 55. RGB value is (73,149,85). Sum of RGB (Red+Green+Blue) = 73+149+85=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #499555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499555 is #B66AAA. Grayscale: #777777. Windows color (decimal): -11954859 or 5608777. OLE color: 5608777.

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

Color convert

RGB 73 149 85 -
CMYK 0.51 0 0.43 0.42
HSL 129.47º 0.34% 0.44% -
HSV(B) 129.47º 0.51% 0.58% -
XYZ 15.13 23.57 12.35 -
YUV 118.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 73 149 85 0.51 0 0.43 0.42 129.47 0.34 0.44
Hex 49 95 55 33 0 2B 2A 81 22 2C
Octal 111 225 125 63 0 53 52 201 42 54
Binary 1001001 10010101 1010101 110011 0 101011 101010 10000001 100010 101100

Color Harmonies of #499555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499555

Black with #499555

Text Example


Text Example

White with #499555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499555; }

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

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

background-color css

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

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

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

border-color css

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

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

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