Html Css Color HEX #49A762 Chateau Green

📋 copy color: '#49A762'

red 73 ◦ green 167 ◦ blue 98

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

Shades of Chateau Green #49A762

Tints of Chateau Green #49A762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 21.6%
G = 49.41%
B = 28.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#49A762 (or 0x49A762) is known color: Chateau Green. HEX triplet: 49, A7 and 62. RGB value is (73,167,98). Sum of RGB (Red+Green+Blue) = 73+167+98=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #49A762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A762 is #B6589D. Grayscale: #838383. Windows color (decimal): -11950238 or 6465353. OLE color: 6465353.

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

Color convert

RGB 73 167 98 -
CMYK 0.56 0 0.41 0.35
HSL 135.96º 0.39% 0.47% -
HSV(B) 135.96º 0.56% 0.65% -
XYZ 18.77 29.94 16.34 -
YUV 131.03 109.36 86.61 -
System Red Green Blue C M Y K H S L
Decimal 73 167 98 0.56 0 0.41 0.35 135.96 0.39 0.47
Hex 49 A7 62 38 0 29 23 88 27 2F
Octal 111 247 142 70 0 51 43 210 47 57
Binary 1001001 10100111 1100010 111000 0 101001 100011 10001000 100111 101111

Color Harmonies of #49A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A762

Black with #49A762

Text Example


Text Example

White with #49A762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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