#4B7244

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

Shades of Fern Green #4B7244

Tints of Fern Green #4B7244

Color information

#4B7244 (or 0x4B7244) is unknown color: approx Fern Green. HEX triplet: 4B, 72 and 44. RGB value is (75,114,68). Sum of RGB (Red+Green+Blue) = 75+114+68=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7244 is #B48DBB. Grayscale: #616161. Windows color (decimal): -11832764 or 4485707. OLE color: 4485707.

HSL color Cylindrical-coordinate representation of color #4B7244: hue angle of 110.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7244 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB7511468-
CMYK0.3400.400.55
HSL110.87º25.27%35.69%-
HSV(B)110.87º40.35%44.71%-
XYZ9.9613.957.64-
YUV97.09111.58112.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=29.18%
G=44.36%
B=26.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114680.3400.400.55110.8725.2735.69
Hex4B724422028376f1924
Octal11316210442050671573144
Binary1001011111001010001001000100101000110111110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,114,68); }

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

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

 a { background-color: rgb(75,114,68); }

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

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

 span { border-color: rgb(75,114,68); }

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