Html Css Color HEX #49995A Chateau Green

📋 copy color: '#49995A'

red 73 ◦ green 153 ◦ blue 90

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

Shades of Chateau Green #49995A

Tints of Chateau Green #49995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 23.1%
G = 48.42%
B = 28.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#49995A (or 0x49995A) is known color: Chateau Green. HEX triplet: 49, 99 and 5A. RGB value is (73,153,90). Sum of RGB (Red+Green+Blue) = 73+153+90=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #49995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49995A is #B666A5. Grayscale: #7A7A7A. Windows color (decimal): -11953830 or 5937481. OLE color: 5937481.

HSL color Cylindrical-coordinate representation of color #49995A: hue angle of 132.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49995A is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 90 -
CMYK 0.52 0 0.41 0.4
HSL 132.75º 0.35% 0.44% -
HSV(B) 132.75º 0.52% 0.6% -
XYZ 15.98 24.94 13.64 -
YUV 121.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 73 153 90 0.52 0 0.41 0.4 132.75 0.35 0.44
Hex 49 99 5A 34 0 29 28 85 23 2C
Octal 111 231 132 64 0 51 50 205 43 54
Binary 1001001 10011001 1011010 110100 0 101001 101000 10000101 100011 101100

Color Harmonies of #49995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49995A

Black with #49995A

Text Example


Text Example

White with #49995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49995A; }

 p { color: rgb(73,153,90); }

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

background-color css

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

 a { background-color: rgb(73,153,90); }

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

border-color css

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

 span { border-color: rgb(73,153,90); }

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