Html Css Color HEX #49965F Chateau Green

📋 copy color: '#49965F'

red 73 ◦ green 150 ◦ blue 95

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

Shades of Chateau Green #49965F

Tints of Chateau Green #49965F

RGB

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

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

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

R = 22.96%
G = 47.17%
B = 29.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#49965F (or 0x49965F) is known color: Chateau Green. HEX triplet: 49, 96 and 5F. RGB value is (73,150,95). Sum of RGB (Red+Green+Blue) = 73+150+95=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #49965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49965F is #B669A0. Grayscale: #787878. Windows color (decimal): -11954593 or 6264393. OLE color: 6264393.

HSL color Cylindrical-coordinate representation of color #49965F: hue angle of 137.14º 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 #49965F is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 95 -
CMYK 0.51 0 0.37 0.41
HSL 137.14º 0.35% 0.44% -
HSV(B) 137.14º 0.51% 0.59% -
XYZ 15.72 24.06 14.64 -
YUV 120.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 73 150 95 0.51 0 0.37 0.41 137.14 0.35 0.44
Hex 49 96 5F 33 0 25 29 89 23 2C
Octal 111 226 137 63 0 45 51 211 43 54
Binary 1001001 10010110 1011111 110011 0 100101 101001 10001001 100011 101100

Color Harmonies of #49965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49965F

Black with #49965F

Text Example


Text Example

White with #49965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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