Html Css Color HEX #49955B Chateau Green

📋 copy color: '#49955B'

red 73 ◦ green 149 ◦ blue 91

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

Shades of Chateau Green #49955B

Tints of Chateau Green #49955B

RGB

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

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

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

R = 23.32%
G = 47.6%
B = 29.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#49955B (or 0x49955B) is known color: Chateau Green. HEX triplet: 49, 95 and 5B. RGB value is (73,149,91). Sum of RGB (Red+Green+Blue) = 73+149+91=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #49955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49955B is #B66AA4. Grayscale: #777777. Windows color (decimal): -11954853 or 6001993. OLE color: 6001993.

HSL color Cylindrical-coordinate representation of color #49955B: hue angle of 134.21º 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 #49955B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 91 -
CMYK 0.51 0 0.39 0.42
HSL 134.21º 0.34% 0.44% -
HSV(B) 134.21º 0.51% 0.58% -
XYZ 15.38 23.67 13.65 -
YUV 119.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 73 149 91 0.51 0 0.39 0.42 134.21 0.34 0.44
Hex 49 95 5B 33 0 27 2A 86 22 2C
Octal 111 225 133 63 0 47 52 206 42 54
Binary 1001001 10010101 1011011 110011 0 100111 101010 10000110 100010 101100

Color Harmonies of #49955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49955B

Black with #49955B

Text Example


Text Example

White with #49955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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