#47985E

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

Shades of Chateau Green #47985E

Tints of Chateau Green #47985E

Color information

#47985E (or 0x47985E) is unknown color: approx Chateau Green. HEX triplet: 47, 98 and 5E. RGB value is (71,152,94). Sum of RGB (Red+Green+Blue) = 71+152+94=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #47985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47985E is #B867A1. Grayscale: #797979. Windows color (decimal): -12085154 or 6199367. OLE color: 6199367.

HSL color Cylindrical-coordinate representation of color #47985E: hue angle of 137.04º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47985E is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB7115294-
CMYK0.5300.380.40
HSL137.04º36.32%43.73%-
HSV(B)137.04º53.29%59.61%-
XYZ15.8524.614.5-
YUV121.17112.6692.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 152 (59.77% from 255) = 47.95%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=22.40%
G=47.95%
B=29.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152940.5300.380.40137.0436.3243.73
Hex47985E350262889242c
Octal10723013665046502114454
Binary1000111100110001011110110101010011010100010001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47985E; }

 p { color: rgb(71,152,94); }

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

<style>
 a { background-color: #47985E; }

 a { background-color: rgb(71,152,94); }

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

<style>
 span { border-color: #47985E; }

 span { border-color: rgb(71,152,94); }

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