#47965b

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

Shades of Chateau Green #47965B

Tints of Chateau Green #47965B

Color information

#47965B (or 0x47965B) is unknown color: approx Chateau Green. HEX triplet: 47, 96 and 5B. RGB value is (71,150,91). Sum of RGB (Red+Green+Blue) = 71+150+91=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #47965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47965B is #B869A4. Grayscale: #777777. Windows color (decimal): -12085669 or 6002247. OLE color: 6002247.

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

Color convert

RGB7115091-
CMYK0.5300.390.41
HSL135.19º35.75%43.33%-
HSV(B)135.19º52.67%58.82%-
XYZ15.3923.9113.7-
YUV119.65111.8393.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=22.76%
G=48.08%
B=29.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71150910.5300.390.41135.1935.7543.33
Hex47965B350272987242b
Octal10722613365047512074453
Binary1000111100101101011011110101010011110100110000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47965b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47965b; }

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

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

<style>
 a { background-color: #47965b; }

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

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

<style>
 span { border-color: #47965b; }

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

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