Html Css Color HEX #49A461 Chateau Green

📋 copy color: '#49A461'

red 73 ◦ green 164 ◦ blue 97

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

Shades of Chateau Green #49A461

Tints of Chateau Green #49A461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 21.86%
G = 49.1%
B = 29.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#49A461 (or 0x49A461) is known color: Chateau Green. HEX triplet: 49, A4 and 61. RGB value is (73,164,97). Sum of RGB (Red+Green+Blue) = 73+164+97=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #49A461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A461 is #B65B9E. Grayscale: #818181. Windows color (decimal): -11951007 or 6399049. OLE color: 6399049.

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

Color convert

RGB 73 164 97 -
CMYK 0.55 0 0.41 0.36
HSL 135.82º 0.38% 0.46% -
HSV(B) 135.82º 0.55% 0.64% -
XYZ 18.18 28.83 15.92 -
YUV 129.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 73 164 97 0.55 0 0.41 0.36 135.82 0.38 0.46
Hex 49 A4 61 37 0 29 24 88 26 2E
Octal 111 244 141 67 0 51 44 210 46 56
Binary 1001001 10100100 1100001 110111 0 101001 100100 10001000 100110 101110

Color Harmonies of #49A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A461

Black with #49A461

Text Example


Text Example

White with #49A461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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