Html Css Color HEX #499054 Chateau Green

📋 copy color: '#499054'

red 73 ◦ green 144 ◦ blue 84

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

Shades of Chateau Green #499054

Tints of Chateau Green #499054

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

 BLUE value IS 84 (33.2% from 255) = 27.91%

R = 24.25%
G = 47.84%
B = 27.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#499054 (or 0x499054) is known color: Chateau Green. HEX triplet: 49, 90 and 54. RGB value is (73,144,84). Sum of RGB (Red+Green+Blue) = 73+144+84=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #499054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499054 is #B66FAB. Grayscale: #747474. Windows color (decimal): -11956140 or 5541961. OLE color: 5541961.

HSL color Cylindrical-coordinate representation of color #499054: hue angle of 129.3º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499054 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 84 -
CMYK 0.49 0 0.42 0.44
HSL 129.3º 0.33% 0.43% -
HSV(B) 129.3º 0.49% 0.56% -
XYZ 14.32 22 11.88 -
YUV 115.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 73 144 84 0.49 0 0.42 0.44 129.3 0.33 0.43
Hex 49 90 54 31 0 2A 2C 81 21 2B
Octal 111 220 124 61 0 52 54 201 41 53
Binary 1001001 10010000 1010100 110001 0 101010 101100 10000001 100001 101011

Color Harmonies of #499054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499054

Black with #499054

Text Example


Text Example

White with #499054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499054; }

 p { color: rgb(73,144,84); }

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

background-color css

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

 a { background-color: rgb(73,144,84); }

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

border-color css

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

 span { border-color: rgb(73,144,84); }

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