#4B8D3F

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

Shades of Fern Green #4B8D3F

Tints of Fern Green #4B8D3F

Color information

#4B8D3F (or 0x4B8D3F) is unknown color: approx Fern Green. HEX triplet: 4B, 8D and 3F. RGB value is (75,141,63). Sum of RGB (Red+Green+Blue) = 75+141+63=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8D3F is #B472C0. Grayscale: #707070. Windows color (decimal): -11825857 or 4164939. OLE color: 4164939.

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

Color convert

RGB7514163-
CMYK0.4700.550.45
HSL110.77º38.24%40%-
HSV(B)110.77º55.32%55.29%-
XYZ13.3220.98.04-
YUV112.37100.13101.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 63 (25% from 255) = 22.58%
R=26.88%
G=50.54%
B=22.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75141630.4700.550.45110.7738.2440
Hex4B8D3F2F0372D6f2628
Octal1132157757067551574650
Binary10010111000110111111110111101101111011011101111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,141,63); }

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

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

 a { background-color: rgb(75,141,63); }

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

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

 span { border-color: rgb(75,141,63); }

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