Html Css Color HEX #49A165 Chateau Green

📋 copy color: '#49A165'

red 73 ◦ green 161 ◦ blue 101

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

Shades of Chateau Green #49A165

Tints of Chateau Green #49A165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.06%

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 21.79%
G = 48.06%
B = 30.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#49A165 (or 0x49A165) is known color: Chateau Green. HEX triplet: 49, A1 and 65. RGB value is (73,161,101). Sum of RGB (Red+Green+Blue) = 73+161+101=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #49A165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A165 is #B65E9A. Grayscale: #7F7F7F. Windows color (decimal): -11951771 or 6660425. OLE color: 6660425.

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

Color convert

RGB 73 161 101 -
CMYK 0.55 0 0.37 0.37
HSL 139.09º 0.38% 0.46% -
HSV(B) 139.09º 0.55% 0.63% -
XYZ 17.84 27.85 16.75 -
YUV 127.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 73 161 101 0.55 0 0.37 0.37 139.09 0.38 0.46
Hex 49 A1 65 37 0 25 25 8B 26 2E
Octal 111 241 145 67 0 45 45 213 46 56
Binary 1001001 10100001 1100101 110111 0 100101 100101 10001011 100110 101110

Color Harmonies of #49A165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A165

Black with #49A165

Text Example


Text Example

White with #49A165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,101); }

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

background-color css

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

 a { background-color: rgb(73,161,101); }

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

border-color css

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

 span { border-color: rgb(73,161,101); }

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