Html Css Color HEX #49A65C Chateau Green

📋 copy color: '#49A65C'

red 73 ◦ green 166 ◦ blue 92

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

Shades of Chateau Green #49A65C

Tints of Chateau Green #49A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.15%

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

R = 22.05%
G = 50.15%
B = 27.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#49A65C (or 0x49A65C) is known color: Chateau Green. HEX triplet: 49, A6 and 5C. RGB value is (73,166,92). Sum of RGB (Red+Green+Blue) = 73+166+92=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #49A65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A65C is #B659A3. Grayscale: #818181. Windows color (decimal): -11950500 or 6071881. OLE color: 6071881.

HSL color Cylindrical-coordinate representation of color #49A65C: hue angle of 132.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A65C is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 166 92 -
CMYK 0.56 0 0.45 0.35
HSL 132.26º 0.39% 0.47% -
HSV(B) 132.26º 0.56% 0.65% -
XYZ 18.32 29.46 14.85 -
YUV 129.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 73 166 92 0.56 0 0.45 0.35 132.26 0.39 0.47
Hex 49 A6 5C 38 0 2D 23 84 27 2F
Octal 111 246 134 70 0 55 43 204 47 57
Binary 1001001 10100110 1011100 111000 0 101101 100011 10000100 100111 101111

Color Harmonies of #49A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A65C

Black with #49A65C

Text Example


Text Example

White with #49A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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