#47B95D

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

Shades of Chateau Green #47B95D

Tints of Chateau Green #47B95D

Color information

#47B95D (or 0x47B95D) is unknown color: approx Chateau Green. HEX triplet: 47, B9 and 5D. RGB value is (71,185,93). Sum of RGB (Red+Green+Blue) = 71+185+93=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #47B95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B95D is #B846A2. Grayscale: #8C8C8C. Windows color (decimal): -12076707 or 6142279. OLE color: 6142279.

HSL color Cylindrical-coordinate representation of color #47B95D: hue angle of 131.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B95D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB7118593-
CMYK0.6200.500.27
HSL131.58º44.88%50.2%-
HSV(B)131.58º61.62%72.55%-
XYZ21.9236.8316.31-
YUV140.43101.2378.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 185 (72.66% from 255) = 53.01%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=20.34%
G=53.01%
B=26.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71185930.6200.500.27131.5844.8850.2
Hex47B95D3E0321B842d32
Octal10727113576062332045562
Binary100011110111001101110111111001100101101110000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,185,93); }

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

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

 a { background-color: rgb(71,185,93); }

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

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

 span { border-color: rgb(71,185,93); }

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