Html Css Color HEX #49A062 Chateau Green

📋 copy color: '#49A062'

red 73 ◦ green 160 ◦ blue 98

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

Shades of Chateau Green #49A062

Tints of Chateau Green #49A062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.34%

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

R = 22.05%
G = 48.34%
B = 29.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#49A062 (or 0x49A062) is known color: Chateau Green. HEX triplet: 49, A0 and 62. RGB value is (73,160,98). Sum of RGB (Red+Green+Blue) = 73+160+98=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #49A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A062 is #B65F9D. Grayscale: #7F7F7F. Windows color (decimal): -11952030 or 6463561. OLE color: 6463561.

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

Color convert

RGB 73 160 98 -
CMYK 0.54 0 0.39 0.37
HSL 137.24º 0.37% 0.46% -
HSV(B) 137.24º 0.54% 0.63% -
XYZ 17.52 27.44 15.93 -
YUV 126.92 111.68 89.54 -
System Red Green Blue C M Y K H S L
Decimal 73 160 98 0.54 0 0.39 0.37 137.24 0.37 0.46
Hex 49 A0 62 36 0 27 25 89 25 2E
Octal 111 240 142 66 0 47 45 211 45 56
Binary 1001001 10100000 1100010 110110 0 100111 100101 10001001 100101 101110

Color Harmonies of #49A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A062

Black with #49A062

Text Example


Text Example

White with #49A062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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