#4B8446

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

Shades of Fern Green #4B8446

Tints of Fern Green #4B8446

Color information

#4B8446 (or 0x4B8446) is unknown color: approx Fern Green. HEX triplet: 4B, 84 and 46. RGB value is (75,132,70). Sum of RGB (Red+Green+Blue) = 75+132+70=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8446 is #B47BB9. Grayscale: #6C6C6C. Windows color (decimal): -11828154 or 4621387. OLE color: 4621387.

HSL color Cylindrical-coordinate representation of color #4B8446: hue angle of 115.16º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8446 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB7513270-
CMYK0.4300.470.48
HSL115.16º30.69%39.61%-
HSV(B)115.16º46.97%51.76%-
XYZ12.2618.448.71-
YUV107.89106.62104.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=27.08%
G=47.65%
B=25.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75132700.4300.470.48115.1630.6939.61
Hex4B84462B02F30731f28
Octal11320410653057601633750
Binary10010111000010010001101010110101111110000111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B8446; }

 p { color: rgb(75,132,70); }

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

<style>
 a { background-color: #4B8446; }

 a { background-color: rgb(75,132,70); }

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

<style>
 span { border-color: #4B8446; }

 span { border-color: rgb(75,132,70); }

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