Html Css Color HEX #49A661 Chateau Green

📋 copy color: '#49A661'

red 73 ◦ green 166 ◦ blue 97

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

Shades of Chateau Green #49A661

Tints of Chateau Green #49A661

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.4%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 21.73%
G = 49.4%
B = 28.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#49A661 (or 0x49A661) is known color: Chateau Green. HEX triplet: 49, A6 and 61. RGB value is (73,166,97). Sum of RGB (Red+Green+Blue) = 73+166+97=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #49A661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A661 is #B6599E. Grayscale: #828282. Windows color (decimal): -11950495 or 6399561. OLE color: 6399561.

HSL color Cylindrical-coordinate representation of color #49A661: hue angle of 135.48º 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 #49A661 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 166 97 -
CMYK 0.56 0 0.42 0.35
HSL 135.48º 0.39% 0.47% -
HSV(B) 135.48º 0.56% 0.65% -
XYZ 18.54 29.55 16.04 -
YUV 130.33 109.19 87.11 -
System Red Green Blue C M Y K H S L
Decimal 73 166 97 0.56 0 0.42 0.35 135.48 0.39 0.47
Hex 49 A6 61 38 0 2A 23 87 27 2F
Octal 111 246 141 70 0 52 43 207 47 57
Binary 1001001 10100110 1100001 111000 0 101010 100011 10000111 100111 101111

Color Harmonies of #49A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A661

Black with #49A661

Text Example


Text Example

White with #49A661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,166,97); }

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

background-color css

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

 a { background-color: rgb(73,166,97); }

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

border-color css

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

 span { border-color: rgb(73,166,97); }

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