#47975B

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

Shades of Chateau Green #47975B

Tints of Chateau Green #47975B

Color information

#47975B (or 0x47975B) is unknown color: approx Chateau Green. HEX triplet: 47, 97 and 5B. RGB value is (71,151,91). Sum of RGB (Red+Green+Blue) = 71+151+91=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #47975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47975B is #B868A4. Grayscale: #787878. Windows color (decimal): -12085413 or 6002503. OLE color: 6002503.

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

Color convert

RGB7115191-
CMYK0.5300.400.41
HSL135º36.04%43.53%-
HSV(B)135º52.98%59.22%-
XYZ15.5524.2313.75-
YUV120.24111.592.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 151 (59.38% from 255) = 48.24%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=22.68%
G=48.24%
B=29.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71151910.5300.400.4113536.0443.53
Hex47975B350282987242c
Octal10722713365050512074454
Binary1000111100101111011011110101010100010100110000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47975B; }

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

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

<style>
 a { background-color: #47975B; }

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

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

<style>
 span { border-color: #47975B; }

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

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