Html Css Color HEX #499655 Chateau Green

📋 copy color: '#499655'

red 73 ◦ green 150 ◦ blue 85

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

Shades of Chateau Green #499655

Tints of Chateau Green #499655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

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

R = 23.7%
G = 48.7%
B = 27.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#499655 (or 0x499655) is known color: Chateau Green. HEX triplet: 49, 96 and 55. RGB value is (73,150,85). Sum of RGB (Red+Green+Blue) = 73+150+85=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #499655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499655 is #B669AA. Grayscale: #777777. Windows color (decimal): -11954603 or 5609033. OLE color: 5609033.

HSL color Cylindrical-coordinate representation of color #499655: hue angle of 129.35º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499655 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 85 -
CMYK 0.51 0 0.43 0.41
HSL 129.35º 0.35% 0.44% -
HSV(B) 129.35º 0.51% 0.59% -
XYZ 15.29 23.89 12.4 -
YUV 119.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 73 150 85 0.51 0 0.43 0.41 129.35 0.35 0.44
Hex 49 96 55 33 0 2B 29 81 23 2C
Octal 111 226 125 63 0 53 51 201 43 54
Binary 1001001 10010110 1010101 110011 0 101011 101001 10000001 100011 101100

Color Harmonies of #499655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499655

Black with #499655

Text Example


Text Example

White with #499655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499655; }

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

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

background-color css

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

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

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

border-color css

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

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

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