Html Css Color HEX #49A15E Chateau Green

📋 copy color: '#49A15E'

red 73 ◦ green 161 ◦ blue 94

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

Shades of Chateau Green #49A15E

Tints of Chateau Green #49A15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 22.26%
G = 49.09%
B = 28.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#49A15E (or 0x49A15E) is known color: Chateau Green. HEX triplet: 49, A1 and 5E. RGB value is (73,161,94). Sum of RGB (Red+Green+Blue) = 73+161+94=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #49A15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A15E is #B65EA1. Grayscale: #7F7F7F. Windows color (decimal): -11951778 or 6201673. OLE color: 6201673.

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

Color convert

RGB 73 161 94 -
CMYK 0.55 0 0.42 0.37
HSL 134.32º 0.38% 0.46% -
HSV(B) 134.32º 0.55% 0.63% -
XYZ 17.51 27.71 15.02 -
YUV 127.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 73 161 94 0.55 0 0.42 0.37 134.32 0.38 0.46
Hex 49 A1 5E 37 0 2A 25 86 26 2E
Octal 111 241 136 67 0 52 45 206 46 56
Binary 1001001 10100001 1011110 110111 0 101010 100101 10000110 100110 101110

Color Harmonies of #49A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A15E

Black with #49A15E

Text Example


Text Example

White with #49A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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