#4B8048

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

Shades of Fern Green #4B8048

Tints of Fern Green #4B8048

Color information

#4B8048 (or 0x4B8048) is unknown color: approx Fern Green. HEX triplet: 4B, 80 and 48. RGB value is (75,128,72). Sum of RGB (Red+Green+Blue) = 75+128+72=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #4B8048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8048 is #B47FB7. Grayscale: #696969. Windows color (decimal): -11829176 or 4751435. OLE color: 4751435.

HSL color Cylindrical-coordinate representation of color #4B8048: hue angle of 116.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8048 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB7512872-
CMYK0.4100.440.50
HSL116.79º28%39.22%-
HSV(B)116.79º43.75%50.2%-
XYZ11.7917.48.87-
YUV105.77108.94106.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=27.27%
G=46.55%
B=26.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75128720.4100.440.50116.792839.22
Hex4B80482902C32751c27
Octal11320011051054621653447
Binary10010111000000010010001010010101100110010111010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,128,72); }

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

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

 a { background-color: rgb(75,128,72); }

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

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

 span { border-color: rgb(75,128,72); }

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