Html Css Color HEX #49A760 Chateau Green

📋 copy color: '#49A760'

red 73 ◦ green 167 ◦ blue 96

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

Shades of Chateau Green #49A760

Tints of Chateau Green #49A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.7%

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

R = 21.73%
G = 49.7%
B = 28.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#49A760 (or 0x49A760) is known color: Chateau Green. HEX triplet: 49, A7 and 60. RGB value is (73,167,96). Sum of RGB (Red+Green+Blue) = 73+167+96=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #49A760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A760 is #B6589F. Grayscale: #828282. Windows color (decimal): -11950240 or 6334281. OLE color: 6334281.

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

Color convert

RGB 73 167 96 -
CMYK 0.56 0 0.43 0.35
HSL 134.68º 0.39% 0.47% -
HSV(B) 134.68º 0.56% 0.65% -
XYZ 18.68 29.9 15.85 -
YUV 130.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 73 167 96 0.56 0 0.43 0.35 134.68 0.39 0.47
Hex 49 A7 60 38 0 2B 23 87 27 2F
Octal 111 247 140 70 0 53 43 207 47 57
Binary 1001001 10100111 1100000 111000 0 101011 100011 10000111 100111 101111

Color Harmonies of #49A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A760

Black with #49A760

Text Example


Text Example

White with #49A760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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