Html Css Color HEX #49965D Chateau Green

📋 copy color: '#49965D'

red 73 ◦ green 150 ◦ blue 93

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

Shades of Chateau Green #49965D

Tints of Chateau Green #49965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 23.1%
G = 47.47%
B = 29.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#49965D (or 0x49965D) is known color: Chateau Green. HEX triplet: 49, 96 and 5D. RGB value is (73,150,93). Sum of RGB (Red+Green+Blue) = 73+150+93=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #49965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49965D is #B669A2. Grayscale: #787878. Windows color (decimal): -11954595 or 6133321. OLE color: 6133321.

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

Color convert

RGB 73 150 93 -
CMYK 0.51 0 0.38 0.41
HSL 135.58º 0.35% 0.44% -
HSV(B) 135.58º 0.51% 0.59% -
XYZ 15.63 24.02 14.17 -
YUV 120.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 73 150 93 0.51 0 0.38 0.41 135.58 0.35 0.44
Hex 49 96 5D 33 0 26 29 88 23 2C
Octal 111 226 135 63 0 46 51 210 43 54
Binary 1001001 10010110 1011101 110011 0 100110 101001 10001000 100011 101100

Color Harmonies of #49965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49965D

Black with #49965D

Text Example


Text Example

White with #49965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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