#4B863A

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

Shades of Fern Green #4B863A

Tints of Fern Green #4B863A

Color information

#4B863A (or 0x4B863A) is unknown color: approx Fern Green. HEX triplet: 4B, 86 and 3A. RGB value is (75,134,58). Sum of RGB (Red+Green+Blue) = 75+134+58=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #4B863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B863A is #B479C5. Grayscale: #6B6B6B. Windows color (decimal): -11827654 or 3835467. OLE color: 3835467.

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

Color convert

RGB7513458-
CMYK0.4400.570.47
HSL106.58º39.58%37.65%-
HSV(B)106.58º56.72%52.55%-
XYZ12.1918.857-
YUV107.799.95104.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=28.09%
G=50.19%
B=21.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75134580.4400.570.47106.5839.5837.65
Hex4B863A2C0392F6b2826
Octal1132067254071571535046
Binary10010111000011011101010110001110011011111101011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,58); }

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

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

 a { background-color: rgb(75,134,58); }

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

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

 span { border-color: rgb(75,134,58); }

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