#4B8A44

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

Shades of Fern Green #4B8A44

Tints of Fern Green #4B8A44

Color information

#4B8A44 (or 0x4B8A44) is unknown color: approx Fern Green. HEX triplet: 4B, 8A and 44. RGB value is (75,138,68). Sum of RGB (Red+Green+Blue) = 75+138+68=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8A44 is #B475BB. Grayscale: #6F6F6F. Windows color (decimal): -11826620 or 4491851. OLE color: 4491851.

HSL color Cylindrical-coordinate representation of color #4B8A44: hue angle of 114º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B8A44 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB7513868-
CMYK0.4600.510.46
HSL114º33.98%40.39%-
HSV(B)114º50.72%54.12%-
XYZ13.0320.098.66-
YUV111.18103.63102.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=26.69%
G=49.11%
B=24.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75138680.4600.510.4611433.9840.39
Hex4B8A442E0332E722228
Octal11321210456063561624250
Binary100101110001010100010010111001100111011101110010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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