#4B8142

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

Shades of Fern Green #4B8142

Tints of Fern Green #4B8142

Color information

#4B8142 (or 0x4B8142) is unknown color: approx Fern Green. HEX triplet: 4B, 81 and 42. RGB value is (75,129,66). Sum of RGB (Red+Green+Blue) = 75+129+66=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #4B8142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8142 is #B47EBD. Grayscale: #696969. Windows color (decimal): -11828926 or 4358475. OLE color: 4358475.

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

Color convert

RGB7512966-
CMYK0.4200.490.49
HSL111.43º32.31%38.24%-
HSV(B)111.43º48.84%50.59%-
XYZ11.7417.597.93-
YUV105.67105.61106.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 47.78%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=27.78%
G=47.78%
B=24.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75129660.4200.490.49111.4332.3138.24
Hex4B81422A031316f2026
Octal11320110252061611574046
Binary100101110000001100001010101001100011100011101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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