#4D8245

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

Shades of Fern Green #4D8245

Tints of Fern Green #4D8245

Color information

#4D8245 (or 0x4D8245) is unknown color: approx Fern Green. HEX triplet: 4D, 82 and 45. RGB value is (77,130,69). Sum of RGB (Red+Green+Blue) = 77+130+69=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8245 is #B27DBA. Grayscale: #6B6B6B. Windows color (decimal): -11697595 or 4555341. OLE color: 4555341.

HSL color Cylindrical-coordinate representation of color #4D8245: hue angle of 112.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D8245 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB7713069-
CMYK0.4100.470.49
HSL112.13º30.65%39.02%-
HSV(B)112.13º46.92%50.98%-
XYZ12.1217.978.46-
YUV107.2106.44106.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.90%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 69 (27.34% from 255) = 25%
R=27.90%
G=47.10%
B=25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77130690.4100.470.49112.1330.6539.02
Hex4D82452902F31701f27
Octal11520210551057611603747
Binary10011011000001010001011010010101111110001111000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,130,69); }

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

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

 a { background-color: rgb(77,130,69); }

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

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

 span { border-color: rgb(77,130,69); }

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