Html Css Color HEX #49A260 Chateau Green

📋 copy color: '#49A260'

red 73 ◦ green 162 ◦ blue 96

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

Shades of Chateau Green #49A260

Tints of Chateau Green #49A260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 22.05%
G = 48.94%
B = 29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#49A260 (or 0x49A260) is known color: Chateau Green. HEX triplet: 49, A2 and 60. RGB value is (73,162,96). Sum of RGB (Red+Green+Blue) = 73+162+96=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #49A260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A260 is #B65D9F. Grayscale: #808080. Windows color (decimal): -11951520 or 6333001. OLE color: 6333001.

HSL color Cylindrical-coordinate representation of color #49A260: hue angle of 135.51º 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 #49A260 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 96 -
CMYK 0.55 0 0.41 0.36
HSL 135.51º 0.38% 0.46% -
HSV(B) 135.51º 0.55% 0.64% -
XYZ 17.78 28.1 15.55 -
YUV 127.87 110.01 88.87 -
System Red Green Blue C M Y K H S L
Decimal 73 162 96 0.55 0 0.41 0.36 135.51 0.38 0.46
Hex 49 A2 60 37 0 29 24 88 26 2E
Octal 111 242 140 67 0 51 44 210 46 56
Binary 1001001 10100010 1100000 110111 0 101001 100100 10001000 100110 101110

Color Harmonies of #49A260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A260

Black with #49A260

Text Example


Text Example

White with #49A260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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