Html Css Color HEX #49A562 Chateau Green

📋 copy color: '#49A562'

red 73 ◦ green 165 ◦ blue 98

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

Shades of Chateau Green #49A562

Tints of Chateau Green #49A562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.11%

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

R = 21.73%
G = 49.11%
B = 29.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#49A562 (or 0x49A562) is known color: Chateau Green. HEX triplet: 49, A5 and 62. RGB value is (73,165,98). Sum of RGB (Red+Green+Blue) = 73+165+98=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #49A562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A562 is #B65A9D. Grayscale: #828282. Windows color (decimal): -11950750 or 6464841. OLE color: 6464841.

HSL color Cylindrical-coordinate representation of color #49A562: hue angle of 136.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A562 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 165 98 -
CMYK 0.56 0 0.41 0.35
HSL 136.3º 0.39% 0.47% -
HSV(B) 136.3º 0.56% 0.65% -
XYZ 18.41 29.21 16.22 -
YUV 129.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 73 165 98 0.56 0 0.41 0.35 136.3 0.39 0.47
Hex 49 A5 62 38 0 29 23 88 27 2F
Octal 111 245 142 70 0 51 43 210 47 57
Binary 1001001 10100101 1100010 111000 0 101001 100011 10001000 100111 101111

Color Harmonies of #49A562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A562

Black with #49A562

Text Example


Text Example

White with #49A562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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