#4B7C48

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

Shades of Fern Green #4B7C48

Tints of Fern Green #4B7C48

Color information

#4B7C48 (or 0x4B7C48) is unknown color: approx Fern Green. HEX triplet: 4B, 7C and 48. RGB value is (75,124,72). Sum of RGB (Red+Green+Blue) = 75+124+72=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7C48 is #B483B7. Grayscale: #676767. Windows color (decimal): -11830200 or 4750411. OLE color: 4750411.

HSL color Cylindrical-coordinate representation of color #4B7C48: hue angle of 116.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B7C48 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB7512472-
CMYK0.4000.420.51
HSL116.54º26.53%38.43%-
HSV(B)116.54º41.94%48.63%-
XYZ11.2816.388.7-
YUV103.42110.27107.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=27.68%
G=45.76%
B=26.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75124720.4000.420.51116.5426.5338.43
Hex4B7C482802A33751b26
Octal11317411050052631653346
Binary1001011111110010010001010000101010110011111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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