Html Css Color HEX #49A85D Chateau Green

📋 copy color: '#49A85D'

red 73 ◦ green 168 ◦ blue 93

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

Shades of Chateau Green #49A85D

Tints of Chateau Green #49A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.3%

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

R = 21.86%
G = 50.3%
B = 27.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#49A85D (or 0x49A85D) is known color: Chateau Green. HEX triplet: 49, A8 and 5D. RGB value is (73,168,93). Sum of RGB (Red+Green+Blue) = 73+168+93=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #49A85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A85D is #B657A2. Grayscale: #838383. Windows color (decimal): -11949987 or 6137929. OLE color: 6137929.

HSL color Cylindrical-coordinate representation of color #49A85D: hue angle of 132.63º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A85D is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 168 93 -
CMYK 0.57 0 0.45 0.34
HSL 132.63º 0.39% 0.47% -
HSV(B) 132.63º 0.57% 0.66% -
XYZ 18.73 30.21 15.2 -
YUV 131.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 73 168 93 0.57 0 0.45 0.34 132.63 0.39 0.47
Hex 49 A8 5D 39 0 2D 22 85 27 2F
Octal 111 250 135 71 0 55 42 205 47 57
Binary 1001001 10101000 1011101 111001 0 101101 100010 10000101 100111 101111

Color Harmonies of #49A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A85D

Black with #49A85D

Text Example


Text Example

White with #49A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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