#4B7934

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

Shades of Fern Green #4B7934

Tints of Fern Green #4B7934

Color information

#4B7934 (or 0x4B7934) is unknown color: approx Fern Green. HEX triplet: 4B, 79 and 34. RGB value is (75,121,52). Sum of RGB (Red+Green+Blue) = 75+121+52=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7934 is #B486CB. Grayscale: #636363. Windows color (decimal): -11830988 or 3438923. OLE color: 3438923.

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

Color convert

RGB7512152-
CMYK0.3800.570.53
HSL100º39.88%33.92%-
HSV(B)100º57.02%47.45%-
XYZ10.3615.425.68-
YUV99.38101.26110.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=30.24%
G=48.79%
B=20.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121520.3800.570.5310039.8833.92
Hex4B79342603935642822
Octal1131716446071651445042
Binary1001011111100111010010011001110011101011100100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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