Html Css Color HEX #49A45D Chateau Green

📋 copy color: '#49A45D'

red 73 ◦ green 164 ◦ blue 93

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

Shades of Chateau Green #49A45D

Tints of Chateau Green #49A45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

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

R = 22.12%
G = 49.7%
B = 28.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#49A45D (or 0x49A45D) is known color: Chateau Green. HEX triplet: 49, A4 and 5D. RGB value is (73,164,93). Sum of RGB (Red+Green+Blue) = 73+164+93=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #49A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A45D is #B65BA2. Grayscale: #808080. Windows color (decimal): -11951011 or 6136905. OLE color: 6136905.

HSL color Cylindrical-coordinate representation of color #49A45D: hue angle of 133.19º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A45D is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 164 93 -
CMYK 0.55 0 0.43 0.36
HSL 133.19º 0.38% 0.46% -
HSV(B) 133.19º 0.55% 0.64% -
XYZ 18 28.76 14.96 -
YUV 128.7 107.85 88.27 -
System Red Green Blue C M Y K H S L
Decimal 73 164 93 0.55 0 0.43 0.36 133.19 0.38 0.46
Hex 49 A4 5D 37 0 2B 24 85 26 2E
Octal 111 244 135 67 0 53 44 205 46 56
Binary 1001001 10100100 1011101 110111 0 101011 100100 10000101 100110 101110

Color Harmonies of #49A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A45D

Black with #49A45D

Text Example


Text Example

White with #49A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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