Html Css Color HEX #49A45B Chateau Green

📋 copy color: '#49A45B'

red 73 ◦ green 164 ◦ blue 91

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

Shades of Chateau Green #49A45B

Tints of Chateau Green #49A45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 22.26%
G = 50%
B = 27.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#49A45B (or 0x49A45B) is known color: Chateau Green. HEX triplet: 49, A4 and 5B. RGB value is (73,164,91). Sum of RGB (Red+Green+Blue) = 73+164+91=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #49A45B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A45B is #B65BA4. Grayscale: #808080. Windows color (decimal): -11951013 or 6005833. OLE color: 6005833.

HSL color Cylindrical-coordinate representation of color #49A45B: hue angle of 131.87º 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 #49A45B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 164 91 -
CMYK 0.55 0 0.45 0.36
HSL 131.87º 0.38% 0.46% -
HSV(B) 131.87º 0.55% 0.64% -
XYZ 17.91 28.72 14.5 -
YUV 128.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 73 164 91 0.55 0 0.45 0.36 131.87 0.38 0.46
Hex 49 A4 5B 37 0 2D 24 84 26 2E
Octal 111 244 133 67 0 55 44 204 46 56
Binary 1001001 10100100 1011011 110111 0 101101 100100 10000100 100110 101110

Color Harmonies of #49A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A45B

Black with #49A45B

Text Example


Text Example

White with #49A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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