Html Css Color HEX #49A45C Chateau Green

📋 copy color: '#49A45C'

red 73 ◦ green 164 ◦ blue 92

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

Shades of Chateau Green #49A45C

Tints of Chateau Green #49A45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 22.19%
G = 49.85%
B = 27.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#49A45C (or 0x49A45C) is known color: Chateau Green. HEX triplet: 49, A4 and 5C. RGB value is (73,164,92). Sum of RGB (Red+Green+Blue) = 73+164+92=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #49A45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A45C is #B65BA3. Grayscale: #808080. Windows color (decimal): -11951012 or 6071369. OLE color: 6071369.

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

Color convert

RGB 73 164 92 -
CMYK 0.55 0 0.44 0.36
HSL 132.53º 0.38% 0.46% -
HSV(B) 132.53º 0.55% 0.64% -
XYZ 17.95 28.74 14.73 -
YUV 128.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 73 164 92 0.55 0 0.44 0.36 132.53 0.38 0.46
Hex 49 A4 5C 37 0 2C 24 85 26 2E
Octal 111 244 134 67 0 54 44 205 46 56
Binary 1001001 10100100 1011100 110111 0 101100 100100 10000101 100110 101110

Color Harmonies of #49A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A45C

Black with #49A45C

Text Example


Text Example

White with #49A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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