Html Css Color HEX #49985C Chateau Green

📋 copy color: '#49985C'

red 73 ◦ green 152 ◦ blue 92

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

Shades of Chateau Green #49985C

Tints of Chateau Green #49985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 23.03%
G = 47.95%
B = 29.02%

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

#49985C (or 0x49985C) is known color: Chateau Green. HEX triplet: 49, 98 and 5C. RGB value is (73,152,92). Sum of RGB (Red+Green+Blue) = 73+152+92=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #49985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49985C is #B667A3. Grayscale: #797979. Windows color (decimal): -11954084 or 6068297. OLE color: 6068297.

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

Color convert

RGB 73 152 92 -
CMYK 0.52 0 0.39 0.40
HSL 134.43º 0.35% 0.44% -
HSV(B) 134.43º 0.52% 0.6% -
XYZ 15.91 24.65 14.04 -
YUV 121.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 73 152 92 0.52 0 0.39 0.40 134.43 0.35 0.44
Hex 49 98 5C 34 0 27 28 86 23 2C
Octal 111 230 134 64 0 47 50 206 43 54
Binary 1001001 10011000 1011100 110100 0 100111 101000 10000110 100011 101100

Color Harmonies of #49985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49985C

Black with #49985C

Text Example


Text Example

White with #49985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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