Html Css Color HEX #49965B Chateau Green

📋 copy color: '#49965B'

red 73 ◦ green 150 ◦ blue 91

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

Shades of Chateau Green #49965B

Tints of Chateau Green #49965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

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

R = 23.25%
G = 47.77%
B = 28.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#49965B (or 0x49965B) is known color: Chateau Green. HEX triplet: 49, 96 and 5B. RGB value is (73,150,91). Sum of RGB (Red+Green+Blue) = 73+150+91=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #49965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49965B is #B669A4. Grayscale: #787878. Windows color (decimal): -11954597 or 6002249. OLE color: 6002249.

HSL color Cylindrical-coordinate representation of color #49965B: hue angle of 134.03º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49965B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 91 -
CMYK 0.51 0 0.39 0.41
HSL 134.03º 0.35% 0.44% -
HSV(B) 134.03º 0.51% 0.59% -
XYZ 15.54 23.98 13.71 -
YUV 120.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 73 150 91 0.51 0 0.39 0.41 134.03 0.35 0.44
Hex 49 96 5B 33 0 27 29 86 23 2C
Octal 111 226 133 63 0 47 51 206 43 54
Binary 1001001 10010110 1011011 110011 0 100111 101001 10000110 100011 101100

Color Harmonies of #49965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49965B

Black with #49965B

Text Example


Text Example

White with #49965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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