Html Css Color HEX #49A65B Chateau Green

📋 copy color: '#49A65B'

red 73 ◦ green 166 ◦ blue 91

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

Shades of Chateau Green #49A65B

Tints of Chateau Green #49A65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 22.12%
G = 50.3%
B = 27.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#49A65B (or 0x49A65B) is known color: Chateau Green. HEX triplet: 49, A6 and 5B. RGB value is (73,166,91). Sum of RGB (Red+Green+Blue) = 73+166+91=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #49A65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A65B is #B659A4. Grayscale: #818181. Windows color (decimal): -11950501 or 6006345. OLE color: 6006345.

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

Color convert

RGB 73 166 91 -
CMYK 0.56 0 0.45 0.35
HSL 131.61º 0.39% 0.47% -
HSV(B) 131.61º 0.56% 0.65% -
XYZ 18.27 29.44 14.62 -
YUV 129.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 73 166 91 0.56 0 0.45 0.35 131.61 0.39 0.47
Hex 49 A6 5B 38 0 2D 23 84 27 2F
Octal 111 246 133 70 0 55 43 204 47 57
Binary 1001001 10100110 1011011 111000 0 101101 100011 10000100 100111 101111

Color Harmonies of #49A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A65B

Black with #49A65B

Text Example


Text Example

White with #49A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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