Html Css Color HEX #49B363 Chateau Green

📋 copy color: '#49B363'

red 73 ◦ green 179 ◦ blue 99

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

Shades of Chateau Green #49B363

Tints of Chateau Green #49B363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51%

 BLUE value IS 99 (39.06% from 255) = 28.21%

R = 20.8%
G = 51%
B = 28.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#49B363 (or 0x49B363) is known color: Chateau Green. HEX triplet: 49, B3 and 63. RGB value is (73,179,99). Sum of RGB (Red+Green+Blue) = 73+179+99=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #49B363 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B363 is #B64C9C. Grayscale: #8A8A8A. Windows color (decimal): -11947165 or 6533961. OLE color: 6533961.

HSL color Cylindrical-coordinate representation of color #49B363: hue angle of 134.72º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B363 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 99 -
CMYK 0.59 0 0.45 0.30
HSL 134.72º 0.42% 0.49% -
HSV(B) 134.72º 0.59% 0.7% -
XYZ 21.12 34.56 17.36 -
YUV 138.19 105.88 81.5 -
System Red Green Blue C M Y K H S L
Decimal 73 179 99 0.59 0 0.45 0.30 134.72 0.42 0.49
Hex 49 B3 63 3B 0 2D 1E 87 2A 31
Octal 111 263 143 73 0 55 36 207 52 61
Binary 1001001 10110011 1100011 111011 0 101101 11110 10000111 101010 110001

Color Harmonies of #49B363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B363

Black with #49B363

Text Example


Text Example

White with #49B363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,179,99); }

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

background-color css

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

 a { background-color: rgb(73,179,99); }

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

border-color css

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

 span { border-color: rgb(73,179,99); }

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