#47985A

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

Shades of Chateau Green #47985A

Tints of Chateau Green #47985A

Color information

#47985A (or 0x47985A) is unknown color: approx Chateau Green. HEX triplet: 47, 98 and 5A. RGB value is (71,152,90). Sum of RGB (Red+Green+Blue) = 71+152+90=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #47985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47985A is #B867A5. Grayscale: #787878. Windows color (decimal): -12085158 or 5937223. OLE color: 5937223.

HSL color Cylindrical-coordinate representation of color #47985A: hue angle of 134.07º 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 #47985A is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB7115290-
CMYK0.5300.410.40
HSL134.07º36.32%43.73%-
HSV(B)134.07º53.29%59.61%-
XYZ15.6724.5313.58-
YUV120.71110.6692.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=22.68%
G=48.56%
B=28.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152900.5300.410.40134.0736.3243.73
Hex47985A350292886242c
Octal10723013265051502064454
Binary1000111100110001011010110101010100110100010000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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