Html Css Color HEX #49985D Chateau Green

📋 copy color: '#49985D'

red 73 ◦ green 152 ◦ blue 93

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

Shades of Chateau Green #49985D

Tints of Chateau Green #49985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

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

R = 22.96%
G = 47.8%
B = 29.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#49985D (or 0x49985D) is known color: Chateau Green. HEX triplet: 49, 98 and 5D. RGB value is (73,152,93). Sum of RGB (Red+Green+Blue) = 73+152+93=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #49985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49985D is #B667A2. Grayscale: #797979. Windows color (decimal): -11954083 or 6133833. OLE color: 6133833.

HSL color Cylindrical-coordinate representation of color #49985D: hue angle of 135.19º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49985D is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 93 -
CMYK 0.52 0 0.39 0.40
HSL 135.19º 0.35% 0.44% -
HSV(B) 135.19º 0.52% 0.6% -
XYZ 15.95 24.66 14.28 -
YUV 121.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 73 152 93 0.52 0 0.39 0.40 135.19 0.35 0.44
Hex 49 98 5D 34 0 27 28 87 23 2C
Octal 111 230 135 64 0 47 50 207 43 54
Binary 1001001 10011000 1011101 110100 0 100111 101000 10000111 100011 101100

Color Harmonies of #49985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49985D

Black with #49985D

Text Example


Text Example

White with #49985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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