Html Css Color HEX #49A55B Chateau Green

📋 copy color: '#49A55B'

red 73 ◦ green 165 ◦ blue 91

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

Shades of Chateau Green #49A55B

Tints of Chateau Green #49A55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.15%

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

R = 22.19%
G = 50.15%
B = 27.66%

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

#49A55B (or 0x49A55B) is known color: Chateau Green. HEX triplet: 49, A5 and 5B. RGB value is (73,165,91). Sum of RGB (Red+Green+Blue) = 73+165+91=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #49A55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A55B is #B65AA4. Grayscale: #818181. Windows color (decimal): -11950757 or 6006089. OLE color: 6006089.

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

Color convert

RGB 73 165 91 -
CMYK 0.56 0 0.45 0.35
HSL 131.74º 0.39% 0.47% -
HSV(B) 131.74º 0.56% 0.65% -
XYZ 18.09 29.08 14.56 -
YUV 129.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 73 165 91 0.56 0 0.45 0.35 131.74 0.39 0.47
Hex 49 A5 5B 38 0 2D 23 84 27 2F
Octal 111 245 133 70 0 55 43 204 47 57
Binary 1001001 10100101 1011011 111000 0 101101 100011 10000100 100111 101111

Color Harmonies of #49A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A55B

Black with #49A55B

Text Example


Text Example

White with #49A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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