#4B7D46

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

Shades of Fern Green #4B7D46

Tints of Fern Green #4B7D46

Color information

#4B7D46 (or 0x4B7D46) is unknown color: approx Fern Green. HEX triplet: 4B, 7D and 46. RGB value is (75,125,70). Sum of RGB (Red+Green+Blue) = 75+125+70=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7D46 is #B482B9. Grayscale: #676767. Windows color (decimal): -11829946 or 4619595. OLE color: 4619595.

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

Color convert

RGB7512570-
CMYK0.4000.440.51
HSL114.55º28.21%38.24%-
HSV(B)114.55º44%49.02%-
XYZ11.3416.618.4-
YUV103.78108.94107.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=27.78%
G=46.30%
B=25.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75125700.4000.440.51114.5528.2138.24
Hex4B7D462802C33731c26
Octal11317510650054631633446
Binary1001011111110110001101010000101100110011111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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