#4B8146

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

Shades of Fern Green #4B8146

Tints of Fern Green #4B8146

Color information

#4B8146 (or 0x4B8146) is unknown color: approx Fern Green. HEX triplet: 4B, 81 and 46. RGB value is (75,129,70). Sum of RGB (Red+Green+Blue) = 75+129+70=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #4B8146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8146 is #B47EB9. Grayscale: #6A6A6A. Windows color (decimal): -11828922 or 4620619. OLE color: 4620619.

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

Color convert

RGB7512970-
CMYK0.4200.460.49
HSL114.92º29.65%39.02%-
HSV(B)114.92º45.74%50.59%-
XYZ11.8617.648.57-
YUV106.13107.61105.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=27.37%
G=47.08%
B=25.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75129700.4200.460.49114.9229.6539.02
Hex4B81462A02E31731e27
Octal11320110652056611633647
Binary10010111000000110001101010100101110110001111001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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