Html Css Color HEX #49A25D Chateau Green

📋 copy color: '#49A25D'

red 73 ◦ green 162 ◦ blue 93

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

Shades of Chateau Green #49A25D

Tints of Chateau Green #49A25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 22.26%
G = 49.39%
B = 28.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#49A25D (or 0x49A25D) is known color: Chateau Green. HEX triplet: 49, A2 and 5D. RGB value is (73,162,93). Sum of RGB (Red+Green+Blue) = 73+162+93=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #49A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A25D is #B65DA2. Grayscale: #7F7F7F. Windows color (decimal): -11951523 or 6136393. OLE color: 6136393.

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

Color convert

RGB 73 162 93 -
CMYK 0.55 0 0.43 0.36
HSL 133.48º 0.38% 0.46% -
HSV(B) 133.48º 0.55% 0.64% -
XYZ 17.64 28.05 14.84 -
YUV 127.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 73 162 93 0.55 0 0.43 0.36 133.48 0.38 0.46
Hex 49 A2 5D 37 0 2B 24 85 26 2E
Octal 111 242 135 67 0 53 44 205 46 56
Binary 1001001 10100010 1011101 110111 0 101011 100100 10000101 100110 101110

Color Harmonies of #49A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A25D

Black with #49A25D

Text Example


Text Example

White with #49A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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