Html Css Color HEX #499562 Chateau Green

📋 copy color: '#499562'

red 73 ◦ green 149 ◦ blue 98

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

Shades of Chateau Green #499562

Tints of Chateau Green #499562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 22.81%
G = 46.56%
B = 30.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#499562 (or 0x499562) is known color: Chateau Green. HEX triplet: 49, 95 and 62. RGB value is (73,149,98). Sum of RGB (Red+Green+Blue) = 73+149+98=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #499562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499562 is #B66A9D. Grayscale: #787878. Windows color (decimal): -11954846 or 6460745. OLE color: 6460745.

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

Color convert

RGB 73 149 98 -
CMYK 0.51 0 0.34 0.42
HSL 139.74º 0.34% 0.44% -
HSV(B) 139.74º 0.51% 0.58% -
XYZ 15.7 23.79 15.32 -
YUV 120.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 73 149 98 0.51 0 0.34 0.42 139.74 0.34 0.44
Hex 49 95 62 33 0 22 2A 8C 22 2C
Octal 111 225 142 63 0 42 52 214 42 54
Binary 1001001 10010101 1100010 110011 0 100010 101010 10001100 100010 101100

Color Harmonies of #499562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499562

Black with #499562

Text Example


Text Example

White with #499562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499562; }

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

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

background-color css

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

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

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

border-color css

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

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

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