Html Css Color HEX #49A266 Chateau Green

📋 copy color: '#49A266'

red 73 ◦ green 162 ◦ blue 102

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

Shades of Chateau Green #49A266

Tints of Chateau Green #49A266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.07%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 21.66%
G = 48.07%
B = 30.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#49A266 (or 0x49A266) is known color: Chateau Green. HEX triplet: 49, A2 and 66. RGB value is (73,162,102). Sum of RGB (Red+Green+Blue) = 73+162+102=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #49A266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A266 is #B65D99. Grayscale: #808080. Windows color (decimal): -11951514 or 6726217. OLE color: 6726217.

HSL color Cylindrical-coordinate representation of color #49A266: hue angle of 139.55º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A266 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 102 -
CMYK 0.55 0 0.37 0.36
HSL 139.55º 0.38% 0.46% -
HSV(B) 139.55º 0.55% 0.64% -
XYZ 18.07 28.22 17.06 -
YUV 128.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 73 162 102 0.55 0 0.37 0.36 139.55 0.38 0.46
Hex 49 A2 66 37 0 25 24 8C 26 2E
Octal 111 242 146 67 0 45 44 214 46 56
Binary 1001001 10100010 1100110 110111 0 100101 100100 10001100 100110 101110

Color Harmonies of #49A266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A266

Black with #49A266

Text Example


Text Example

White with #49A266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,102); }

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

background-color css

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

 a { background-color: rgb(73,162,102); }

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

border-color css

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

 span { border-color: rgb(73,162,102); }

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