Html Css Color HEX #499A5F Chateau Green

📋 copy color: '#499A5F'

red 73 ◦ green 154 ◦ blue 95

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

Shades of Chateau Green #499A5F

Tints of Chateau Green #499A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 22.67%
G = 47.83%
B = 29.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#499A5F (or 0x499A5F) is known color: Chateau Green. HEX triplet: 49, 9A and 5F. RGB value is (73,154,95). Sum of RGB (Red+Green+Blue) = 73+154+95=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #499A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A5F is #B665A0. Grayscale: #7B7B7B. Windows color (decimal): -11953569 or 6265417. OLE color: 6265417.

HSL color Cylindrical-coordinate representation of color #499A5F: hue angle of 136.3º 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 #499A5F is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 95 -
CMYK 0.53 0 0.38 0.40
HSL 136.3º 0.36% 0.45% -
HSV(B) 136.3º 0.53% 0.6% -
XYZ 16.37 25.35 14.86 -
YUV 123.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 73 154 95 0.53 0 0.38 0.40 136.3 0.36 0.45
Hex 49 9A 5F 35 0 26 28 88 24 2D
Octal 111 232 137 65 0 46 50 210 44 55
Binary 1001001 10011010 1011111 110101 0 100110 101000 10001000 100100 101101

Color Harmonies of #499A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A5F

Black with #499A5F

Text Example


Text Example

White with #499A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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