Html Css Color HEX #49995F Chateau Green

📋 copy color: '#49995F'

red 73 ◦ green 153 ◦ blue 95

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

Shades of Chateau Green #49995F

Tints of Chateau Green #49995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 22.74%
G = 47.66%
B = 29.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#49995F (or 0x49995F) is known color: Chateau Green. HEX triplet: 49, 99 and 5F. RGB value is (73,153,95). Sum of RGB (Red+Green+Blue) = 73+153+95=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #49995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49995F is #B666A0. Grayscale: #7A7A7A. Windows color (decimal): -11953825 or 6265161. OLE color: 6265161.

HSL color Cylindrical-coordinate representation of color #49995F: hue angle of 136.5º 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 #49995F is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 95 -
CMYK 0.52 0 0.38 0.4
HSL 136.5º 0.35% 0.44% -
HSV(B) 136.5º 0.52% 0.6% -
XYZ 16.2 25.03 14.8 -
YUV 122.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 73 153 95 0.52 0 0.38 0.4 136.5 0.35 0.44
Hex 49 99 5F 34 0 26 28 88 23 2C
Octal 111 231 137 64 0 46 50 210 43 54
Binary 1001001 10011001 1011111 110100 0 100110 101000 10001000 100011 101100

Color Harmonies of #49995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49995F

Black with #49995F

Text Example


Text Example

White with #49995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49995F; }

 p { color: rgb(73,153,95); }

 H1.HeaderClassName
 {
   color: #49995F;
 }
 .AnyTagClassName
 {
   color: #49995F;
 }
</style>

background-color css

<style>
 a { background-color: #49995F; }

 a { background-color: rgb(73,153,95); }

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

border-color css

<style>
 span { border-color: #49995F; }

 span { border-color: rgb(73,153,95); }

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