#47945F

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

Shades of Chateau Green #47945F

Tints of Chateau Green #47945F

Color information

#47945F (or 0x47945F) is unknown color: approx Chateau Green. HEX triplet: 47, 94 and 5F. RGB value is (71,148,95). Sum of RGB (Red+Green+Blue) = 71+148+95=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #47945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47945F is #B86BA0. Grayscale: #777777. Windows color (decimal): -12086177 or 6263879. OLE color: 6263879.

HSL color Cylindrical-coordinate representation of color #47945F: hue angle of 138.7º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47945F is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB7114895-
CMYK0.5200.360.42
HSL138.7º35.16%42.94%-
HSV(B)138.7º52.03%58.04%-
XYZ15.2523.3514.53-
YUV118.93114.4993.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=22.61%
G=47.13%
B=30.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148950.5200.360.42138.735.1642.94
Hex47945F340242A8b232b
Octal10722413764044522134353
Binary1000111100101001011111110100010010010101010001011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47945F; }

 p { color: rgb(71,148,95); }

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

<style>
 a { background-color: #47945F; }

 a { background-color: rgb(71,148,95); }

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

<style>
 span { border-color: #47945F; }

 span { border-color: rgb(71,148,95); }

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