Html Css Color HEX #49975B Chateau Green

📋 copy color: '#49975B'

red 73 ◦ green 151 ◦ blue 91

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

Shades of Chateau Green #49975B

Tints of Chateau Green #49975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.94%

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

R = 23.17%
G = 47.94%
B = 28.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#49975B (or 0x49975B) is known color: Chateau Green. HEX triplet: 49, 97 and 5B. RGB value is (73,151,91). Sum of RGB (Red+Green+Blue) = 73+151+91=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #49975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49975B is #B668A4. Grayscale: #787878. Windows color (decimal): -11954341 or 6002505. OLE color: 6002505.

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

Color convert

RGB 73 151 91 -
CMYK 0.52 0 0.40 0.41
HSL 133.85º 0.35% 0.44% -
HSV(B) 133.85º 0.52% 0.59% -
XYZ 15.7 24.31 13.76 -
YUV 120.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 73 151 91 0.52 0 0.40 0.41 133.85 0.35 0.44
Hex 49 97 5B 34 0 28 29 86 23 2C
Octal 111 227 133 64 0 50 51 206 43 54
Binary 1001001 10010111 1011011 110100 0 101000 101001 10000110 100011 101100

Color Harmonies of #49975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49975B

Black with #49975B

Text Example


Text Example

White with #49975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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