Html Css Color HEX #49995D Chateau Green

📋 copy color: '#49995D'

red 73 ◦ green 153 ◦ blue 93

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

Shades of Chateau Green #49995D

Tints of Chateau Green #49995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 22.88%
G = 47.96%
B = 29.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#49995D (or 0x49995D) is known color: Chateau Green. HEX triplet: 49, 99 and 5D. RGB value is (73,153,93). Sum of RGB (Red+Green+Blue) = 73+153+93=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #49995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49995D is #B666A2. Grayscale: #7A7A7A. Windows color (decimal): -11953827 or 6134089. OLE color: 6134089.

HSL color Cylindrical-coordinate representation of color #49995D: hue angle of 135º 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 #49995D is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 93 -
CMYK 0.52 0 0.39 0.4
HSL 135º 0.35% 0.44% -
HSV(B) 135º 0.52% 0.6% -
XYZ 16.11 24.99 14.33 -
YUV 122.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 73 153 93 0.52 0 0.39 0.4 135 0.35 0.44
Hex 49 99 5D 34 0 27 28 87 23 2C
Octal 111 231 135 64 0 47 50 207 43 54
Binary 1001001 10011001 1011101 110100 0 100111 101000 10000111 100011 101100

Color Harmonies of #49995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49995D

Black with #49995D

Text Example


Text Example

White with #49995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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