#4B8546

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

Shades of Fern Green #4B8546

Tints of Fern Green #4B8546

Color information

#4B8546 (or 0x4B8546) is unknown color: approx Fern Green. HEX triplet: 4B, 85 and 46. RGB value is (75,133,70). Sum of RGB (Red+Green+Blue) = 75+133+70=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8546 is #B47AB9. Grayscale: #6C6C6C. Windows color (decimal): -11827898 or 4621643. OLE color: 4621643.

HSL color Cylindrical-coordinate representation of color #4B8546: hue angle of 115.24º 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 #4B8546 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB7513370-
CMYK0.4400.470.48
HSL115.24º31.03%39.8%-
HSV(B)115.24º47.37%52.16%-
XYZ12.3918.718.75-
YUV108.48106.28104.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 133 (52.34% from 255) = 47.84%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=26.98%
G=47.84%
B=25.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133700.4400.470.48115.2431.0339.8
Hex4B85462C02F30731f28
Octal11320510654057601633750
Binary10010111000010110001101011000101111110000111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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