Html Css Color HEX #49A95C Chateau Green

📋 copy color: '#49A95C'

red 73 ◦ green 169 ◦ blue 92

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

Shades of Chateau Green #49A95C

Tints of Chateau Green #49A95C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.6%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 21.86%
G = 50.6%
B = 27.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#49A95C (or 0x49A95C) is known color: Chateau Green. HEX triplet: 49, A9 and 5C. RGB value is (73,169,92). Sum of RGB (Red+Green+Blue) = 73+169+92=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #49A95C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A95C is #B656A3. Grayscale: #838383. Windows color (decimal): -11949732 or 6072649. OLE color: 6072649.

HSL color Cylindrical-coordinate representation of color #49A95C: hue angle of 131.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A95C is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 169 92 -
CMYK 0.57 0 0.46 0.34
HSL 131.88º 0.4% 0.47% -
HSV(B) 131.88º 0.57% 0.66% -
XYZ 18.87 30.57 15.03 -
YUV 131.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 73 169 92 0.57 0 0.46 0.34 131.88 0.4 0.47
Hex 49 A9 5C 39 0 2E 22 84 28 2F
Octal 111 251 134 71 0 56 42 204 50 57
Binary 1001001 10101001 1011100 111001 0 101110 100010 10000100 101000 101111

Color Harmonies of #49A95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A95C

Black with #49A95C

Text Example


Text Example

White with #49A95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A95C; }

 p { color: rgb(73,169,92); }

 H1.HeaderClassName
 {
   color: #49A95C;
 }
 .AnyTagClassName
 {
   color: #49A95C;
 }
</style>

background-color css

<style>
 a { background-color: #49A95C; }

 a { background-color: rgb(73,169,92); }

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

border-color css

<style>
 span { border-color: #49A95C; }

 span { border-color: rgb(73,169,92); }

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