#4B923F

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

Shades of Fern Green #4B923F

Tints of Fern Green #4B923F

Color information

#4B923F (or 0x4B923F) is unknown color: approx Fern Green. HEX triplet: 4B, 92 and 3F. RGB value is (75,146,63). Sum of RGB (Red+Green+Blue) = 75+146+63=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #4B923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B923F is #B46DC0. Grayscale: #737373. Windows color (decimal): -11824577 or 4166219. OLE color: 4166219.

HSL color Cylindrical-coordinate representation of color #4B923F: hue angle of 111.33º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B923F is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB7514663-
CMYK0.4900.570.43
HSL111.33º39.71%40.98%-
HSV(B)111.33º56.85%57.25%-
XYZ14.0822.418.29-
YUV115.3198.4899.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 63 (25% from 255) = 22.18%
R=26.41%
G=51.41%
B=22.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75146630.4900.570.43111.3339.7140.98
Hex4B923F310392B6f2829
Octal1132227761071531575051
Binary10010111001001011111111000101110011010111101111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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