Html Css Color HEX #49AE60 Chateau Green

📋 copy color: '#49AE60'

red 73 ◦ green 174 ◦ blue 96

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

Shades of Chateau Green #49AE60

Tints of Chateau Green #49AE60

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.73%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 21.28%
G = 50.73%
B = 27.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#49AE60 (or 0x49AE60) is known color: Chateau Green. HEX triplet: 49, AE and 60. RGB value is (73,174,96). Sum of RGB (Red+Green+Blue) = 73+174+96=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE60 is #B6519F. Grayscale: #878787. Windows color (decimal): -11948448 or 6336073. OLE color: 6336073.

HSL color Cylindrical-coordinate representation of color #49AE60: hue angle of 133.66º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AE60 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 174 96 -
CMYK 0.58 0 0.45 0.32
HSL 133.66º 0.41% 0.48% -
HSV(B) 133.66º 0.58% 0.68% -
XYZ 20 32.53 16.29 -
YUV 134.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 73 174 96 0.58 0 0.45 0.32 133.66 0.41 0.48
Hex 49 AE 60 3A 0 2D 20 86 29 30
Octal 111 256 140 72 0 55 40 206 51 60
Binary 1001001 10101110 1100000 111010 0 101101 100000 10000110 101001 110000

Color Harmonies of #49AE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE60

Black with #49AE60

Text Example


Text Example

White with #49AE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,174,96); }

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

background-color css

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

 a { background-color: rgb(73,174,96); }

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

border-color css

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

 span { border-color: rgb(73,174,96); }

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