Html Css Color HEX #49955F Chateau Green

📋 copy color: '#49955F'

red 73 ◦ green 149 ◦ blue 95

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

Shades of Chateau Green #49955F

Tints of Chateau Green #49955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

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

R = 23.03%
G = 47%
B = 29.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#49955F (or 0x49955F) is known color: Chateau Green. HEX triplet: 49, 95 and 5F. RGB value is (73,149,95). Sum of RGB (Red+Green+Blue) = 73+149+95=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #49955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49955F is #B66AA0. Grayscale: #787878. Windows color (decimal): -11954849 or 6264137. OLE color: 6264137.

HSL color Cylindrical-coordinate representation of color #49955F: hue angle of 137.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49955F is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 95 -
CMYK 0.51 0 0.36 0.42
HSL 137.37º 0.34% 0.44% -
HSV(B) 137.37º 0.51% 0.58% -
XYZ 15.56 23.74 14.59 -
YUV 120.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 73 149 95 0.51 0 0.36 0.42 137.37 0.34 0.44
Hex 49 95 5F 33 0 24 2A 89 22 2C
Octal 111 225 137 63 0 44 52 211 42 54
Binary 1001001 10010101 1011111 110011 0 100100 101010 10001001 100010 101100

Color Harmonies of #49955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49955F

Black with #49955F

Text Example


Text Example

White with #49955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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