Html Css Color HEX #49915D Chateau Green

📋 copy color: '#49915D'

red 73 ◦ green 145 ◦ blue 93

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

Shades of Chateau Green #49915D

Tints of Chateau Green #49915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

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

R = 23.47%
G = 46.62%
B = 29.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#49915D (or 0x49915D) is known color: Chateau Green. HEX triplet: 49, 91 and 5D. RGB value is (73,145,93). Sum of RGB (Red+Green+Blue) = 73+145+93=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #49915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49915D is #B66EA2. Grayscale: #757575. Windows color (decimal): -11955875 or 6132041. OLE color: 6132041.

HSL color Cylindrical-coordinate representation of color #49915D: hue angle of 136.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49915D is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 93 -
CMYK 0.50 0 0.36 0.43
HSL 136.67º 0.33% 0.43% -
HSV(B) 136.67º 0.5% 0.57% -
XYZ 14.85 22.46 13.91 -
YUV 117.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 73 145 93 0.50 0 0.36 0.43 136.67 0.33 0.43
Hex 49 91 5D 32 0 24 2B 89 21 2B
Octal 111 221 135 62 0 44 53 211 41 53
Binary 1001001 10010001 1011101 110010 0 100100 101011 10001001 100001 101011

Color Harmonies of #49915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49915D

Black with #49915D

Text Example


Text Example

White with #49915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49915D; }

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

 H1.HeaderClassName
 {
   color: #49915D;
 }
 .AnyTagClassName
 {
   color: #49915D;
 }
</style>

background-color css

<style>
 a { background-color: #49915D; }

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

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

border-color css

<style>
 span { border-color: #49915D; }

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

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