#4B7846

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

Shades of Fern Green #4B7846

Tints of Fern Green #4B7846

Color information

#4B7846 (or 0x4B7846) is unknown color: approx Fern Green. HEX triplet: 4B, 78 and 46. RGB value is (75,120,70). Sum of RGB (Red+Green+Blue) = 75+120+70=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7846 is #B487B9. Grayscale: #656565. Windows color (decimal): -11831226 or 4618315. OLE color: 4618315.

HSL color Cylindrical-coordinate representation of color #4B7846: hue angle of 114º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B7846 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB7512070-
CMYK0.3700.420.53
HSL114º26.32%37.25%-
HSV(B)114º41.67%47.06%-
XYZ10.7215.378.2-
YUV100.84110.59109.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=28.30%
G=45.28%
B=26.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75120700.3700.420.5311426.3237.25
Hex4B78462502A35721a25
Octal11317010645052651623245
Binary1001011111100010001101001010101010110101111001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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