#4B7941

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

Shades of Fern Green #4B7941

Tints of Fern Green #4B7941

Color information

#4B7941 (or 0x4B7941) is unknown color: approx Fern Green. HEX triplet: 4B, 79 and 41. RGB value is (75,121,65). Sum of RGB (Red+Green+Blue) = 75+121+65=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7941 is #B486BE. Grayscale: #656565. Windows color (decimal): -11830975 or 4290891. OLE color: 4290891.

HSL color Cylindrical-coordinate representation of color #4B7941: hue angle of 109.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B7941 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB7512165-
CMYK0.3800.460.53
HSL109.29º30.11%36.47%-
HSV(B)109.29º46.28%47.45%-
XYZ10.6915.557.44-
YUV100.86107.76109.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=28.74%
G=46.36%
B=24.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121650.3800.460.53109.2930.1136.47
Hex4B79412602E356d1e24
Octal11317110146056651553644
Binary1001011111100110000011001100101110110101110110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,121,65); }

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

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

 a { background-color: rgb(75,121,65); }

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

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

 span { border-color: rgb(75,121,65); }

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