Html Css Color HEX #49965A Chateau Green

📋 copy color: '#49965A'

red 73 ◦ green 150 ◦ blue 90

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

Shades of Chateau Green #49965A

Tints of Chateau Green #49965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 23.32%
G = 47.92%
B = 28.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#49965A (or 0x49965A) is known color: Chateau Green. HEX triplet: 49, 96 and 5A. RGB value is (73,150,90). Sum of RGB (Red+Green+Blue) = 73+150+90=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #49965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49965A is #B669A5. Grayscale: #787878. Windows color (decimal): -11954598 or 5936713. OLE color: 5936713.

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

Color convert

RGB 73 150 90 -
CMYK 0.51 0 0.4 0.41
HSL 133.25º 0.35% 0.44% -
HSV(B) 133.25º 0.51% 0.59% -
XYZ 15.5 23.97 13.48 -
YUV 120.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 73 150 90 0.51 0 0.4 0.41 133.25 0.35 0.44
Hex 49 96 5A 33 0 28 29 85 23 2C
Octal 111 226 132 63 0 50 51 205 43 54
Binary 1001001 10010110 1011010 110011 0 101000 101001 10000101 100011 101100

Color Harmonies of #49965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49965A

Black with #49965A

Text Example


Text Example

White with #49965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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