#4B7448

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

Shades of Fern Green #4B7448

Tints of Fern Green #4B7448

Color information

#4B7448 (or 0x4B7448) is unknown color: approx Fern Green. HEX triplet: 4B, 74 and 48. RGB value is (75,116,72). Sum of RGB (Red+Green+Blue) = 75+116+72=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7448 is #B48BB7. Grayscale: #626262. Windows color (decimal): -11832248 or 4748363. OLE color: 4748363.

HSL color Cylindrical-coordinate representation of color #4B7448: hue angle of 115.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7448 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB7511672-
CMYK0.3500.380.55
HSL115.91º23.4%36.86%-
HSV(B)115.91º37.93%45.49%-
XYZ10.3214.458.38-
YUV98.72112.92111.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.52%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=28.52%
G=44.11%
B=27.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75116720.3500.380.55115.9123.436.86
Hex4B74482302637741725
Octal11316411043046671642745
Binary1001011111010010010001000110100110110111111010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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