Html Css Color HEX #49A162 Chateau Green

📋 copy color: '#49A162'

red 73 ◦ green 161 ◦ blue 98

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

Shades of Chateau Green #49A162

Tints of Chateau Green #49A162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 21.99%
G = 48.49%
B = 29.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#49A162 (or 0x49A162) is known color: Chateau Green. HEX triplet: 49, A1 and 62. RGB value is (73,161,98). Sum of RGB (Red+Green+Blue) = 73+161+98=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #49A162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A162 is #B65E9D. Grayscale: #7F7F7F. Windows color (decimal): -11951774 or 6463817. OLE color: 6463817.

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

Color convert

RGB 73 161 98 -
CMYK 0.55 0 0.39 0.37
HSL 137.05º 0.38% 0.46% -
HSV(B) 137.05º 0.55% 0.63% -
XYZ 17.7 27.79 15.99 -
YUV 127.51 111.35 89.12 -
System Red Green Blue C M Y K H S L
Decimal 73 161 98 0.55 0 0.39 0.37 137.05 0.38 0.46
Hex 49 A1 62 37 0 27 25 89 26 2E
Octal 111 241 142 67 0 47 45 211 46 56
Binary 1001001 10100001 1100010 110111 0 100111 100101 10001001 100110 101110

Color Harmonies of #49A162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A162

Black with #49A162

Text Example


Text Example

White with #49A162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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