Html Css Color HEX #499A5E Chateau Green

📋 copy color: '#499A5E'

red 73 ◦ green 154 ◦ blue 94

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

Shades of Chateau Green #499A5E

Tints of Chateau Green #499A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.98%

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 22.74%
G = 47.98%
B = 29.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#499A5E (or 0x499A5E) is known color: Chateau Green. HEX triplet: 49, 9A and 5E. RGB value is (73,154,94). Sum of RGB (Red+Green+Blue) = 73+154+94=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #499A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A5E is #B665A1. Grayscale: #7B7B7B. Windows color (decimal): -11953570 or 6199881. OLE color: 6199881.

HSL color Cylindrical-coordinate representation of color #499A5E: hue angle of 135.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A5E is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 94 -
CMYK 0.53 0 0.39 0.40
HSL 135.56º 0.36% 0.45% -
HSV(B) 135.56º 0.53% 0.6% -
XYZ 16.32 25.34 14.62 -
YUV 122.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 73 154 94 0.53 0 0.39 0.40 135.56 0.36 0.45
Hex 49 9A 5E 35 0 27 28 88 24 2D
Octal 111 232 136 65 0 47 50 210 44 55
Binary 1001001 10011010 1011110 110101 0 100111 101000 10001000 100100 101101

Color Harmonies of #499A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A5E

Black with #499A5E

Text Example


Text Example

White with #499A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499A5E; }

 p { color: rgb(73,154,94); }

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

background-color css

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

 a { background-color: rgb(73,154,94); }

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

border-color css

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

 span { border-color: rgb(73,154,94); }

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