#47863F

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

Shades of Fern Green #47863F

Tints of Fern Green #47863F

Color information

#47863F (or 0x47863F) is unknown color: approx Fern Green. HEX triplet: 47, 86 and 3F. RGB value is (71,134,63). Sum of RGB (Red+Green+Blue) = 71+134+63=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #47863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47863F is #B879C0. Grayscale: #6B6B6B. Windows color (decimal): -12089793 or 4163143. OLE color: 4163143.

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

Color convert

RGB7113463-
CMYK0.4700.530.47
HSL113.24º36.04%38.63%-
HSV(B)113.24º52.99%52.55%-
XYZ12.0218.757.69-
YUV107.07103.13102.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 63 (25% from 255) = 23.51%
R=26.49%
G=50%
B=23.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71134630.4700.530.47113.2436.0438.63
Hex47863F2F0352F712427
Octal1072067757065571614447
Binary10001111000011011111110111101101011011111110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,134,63); }

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

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

 a { background-color: rgb(71,134,63); }

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

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

 span { border-color: rgb(71,134,63); }

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