#47A85B

Color #47A85B Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #47A85B

Tints of Chateau Green #47A85B

Color information

#47A85B (or 0x47A85B) is unknown color: approx Chateau Green. HEX triplet: 47, A8 and 5B. RGB value is (71,168,91). Sum of RGB (Red+Green+Blue) = 71+168+91=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #47A85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A85B is #B857A4. Grayscale: #828282. Windows color (decimal): -12081061 or 6006855. OLE color: 6006855.

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

Color convert

RGB7116891-
CMYK0.5800.460.34
HSL132.37º40.59%46.86%-
HSV(B)132.37º57.74%65.88%-
XYZ18.4930.114.73-
YUV130.22105.8685.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 168 (66.02% from 255) = 50.91%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=21.52%
G=50.91%
B=27.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71168910.5800.460.34132.3740.5946.86
Hex47A85B3A02E2284292f
Octal10725013372056422045157
Binary1000111101010001011011111010010111010001010000100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A85B; }

 p { color: rgb(71,168,91); }

 H1.HeaderClassName
 {
   color: #47A85B;
 }
 .AnyTagClassName
 {
   color: #47A85B;
 }
</style>
background-color css

<style>
 a { background-color: #47A85B; }

 a { background-color: rgb(71,168,91); }

 div.DivClassName
 {
   background-color: #47A85B;
 }
 .BgClassName
 {
   background-color: #47A85B;
 }
</style>
border-color css

<style>
 span { border-color: #47A85B; }

 span { border-color: rgb(71,168,91); }

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