Html Css Color HEX #49985B Chateau Green

📋 copy color: '#49985B'

red 73 ◦ green 152 ◦ blue 91

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

Shades of Chateau Green #49985B

Tints of Chateau Green #49985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 23.1%
G = 48.1%
B = 28.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#49985B (or 0x49985B) is known color: Chateau Green. HEX triplet: 49, 98 and 5B. RGB value is (73,152,91). Sum of RGB (Red+Green+Blue) = 73+152+91=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #49985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49985B is #B667A4. Grayscale: #797979. Windows color (decimal): -11954085 or 6002761. OLE color: 6002761.

HSL color Cylindrical-coordinate representation of color #49985B: hue angle of 133.67º 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 #49985B is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 91 -
CMYK 0.52 0 0.40 0.40
HSL 133.67º 0.35% 0.44% -
HSV(B) 133.67º 0.52% 0.6% -
XYZ 15.86 24.63 13.82 -
YUV 121.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 73 152 91 0.52 0 0.40 0.40 133.67 0.35 0.44
Hex 49 98 5B 34 0 28 28 86 23 2C
Octal 111 230 133 64 0 50 50 206 43 54
Binary 1001001 10011000 1011011 110100 0 101000 101000 10000110 100011 101100

Color Harmonies of #49985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49985B

Black with #49985B

Text Example


Text Example

White with #49985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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