Html Css Color HEX #499565 Chateau Green

📋 copy color: '#499565'

red 73 ◦ green 149 ◦ blue 101

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

Shades of Chateau Green #499565

Tints of Chateau Green #499565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 22.6%
G = 46.13%
B = 31.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#499565 (or 0x499565) is known color: Chateau Green. HEX triplet: 49, 95 and 65. RGB value is (73,149,101). Sum of RGB (Red+Green+Blue) = 73+149+101=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #499565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499565 is #B66A9A. Grayscale: #787878. Windows color (decimal): -11954843 or 6657353. OLE color: 6657353.

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

Color convert

RGB 73 149 101 -
CMYK 0.51 0 0.32 0.42
HSL 142.11º 0.34% 0.44% -
HSV(B) 142.11º 0.51% 0.58% -
XYZ 15.84 23.85 16.08 -
YUV 120.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 73 149 101 0.51 0 0.32 0.42 142.11 0.34 0.44
Hex 49 95 65 33 0 20 2A 8E 22 2C
Octal 111 225 145 63 0 40 52 216 42 54
Binary 1001001 10010101 1100101 110011 0 100000 101010 10001110 100010 101100

Color Harmonies of #499565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499565

Black with #499565

Text Example


Text Example

White with #499565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499565; }

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

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

background-color css

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

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

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

border-color css

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

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

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