#4B7C45

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

Shades of Fern Green #4B7C45

Tints of Fern Green #4B7C45

Color information

#4B7C45 (or 0x4B7C45) is unknown color: approx Fern Green. HEX triplet: 4B, 7C and 45. RGB value is (75,124,69). Sum of RGB (Red+Green+Blue) = 75+124+69=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7C45 is #B483BA. Grayscale: #676767. Windows color (decimal): -11830203 or 4553803. OLE color: 4553803.

HSL color Cylindrical-coordinate representation of color #4B7C45: hue angle of 113.45º 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 #4B7C45 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB7512469-
CMYK0.4000.440.51
HSL113.45º28.5%37.84%-
HSV(B)113.45º44.35%48.63%-
XYZ11.1816.348.19-
YUV103.08108.77107.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=27.99%
G=46.27%
B=25.75%

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
Decimal75124690.4000.440.51113.4528.537.84
Hex4B7C452802C33711c26
Octal11317410550054631613446
Binary1001011111110010001011010000101100110011111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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