Html Css Color HEX #49B362 Chateau Green

📋 copy color: '#49B362'

red 73 ◦ green 179 ◦ blue 98

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

Shades of Chateau Green #49B362

Tints of Chateau Green #49B362

RGB

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

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

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

R = 20.86%
G = 51.14%
B = 28%

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

#49B362 (or 0x49B362) is known color: Chateau Green. HEX triplet: 49, B3 and 62. RGB value is (73,179,98). Sum of RGB (Red+Green+Blue) = 73+179+98=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #49B362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B362 is #B64C9D. Grayscale: #8A8A8A. Windows color (decimal): -11947166 or 6468425. OLE color: 6468425.

HSL color Cylindrical-coordinate representation of color #49B362: hue angle of 134.15º 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 #49B362 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 98 -
CMYK 0.59 0 0.45 0.30
HSL 134.15º 0.42% 0.49% -
HSV(B) 134.15º 0.59% 0.7% -
XYZ 21.07 34.54 17.11 -
YUV 138.07 105.38 81.59 -
System Red Green Blue C M Y K H S L
Decimal 73 179 98 0.59 0 0.45 0.30 134.15 0.42 0.49
Hex 49 B3 62 3B 0 2D 1E 86 2A 31
Octal 111 263 142 73 0 55 36 206 52 61
Binary 1001001 10110011 1100010 111011 0 101101 11110 10000110 101010 110001

Color Harmonies of #49B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B362

Black with #49B362

Text Example


Text Example

White with #49B362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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