#4B853A

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

Shades of Fern Green #4B853A

Tints of Fern Green #4B853A

Color information

#4B853A (or 0x4B853A) is unknown color: approx Fern Green. HEX triplet: 4B, 85 and 3A. RGB value is (75,133,58). Sum of RGB (Red+Green+Blue) = 75+133+58=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #4B853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B853A is #B47AC5. Grayscale: #6B6B6B. Windows color (decimal): -11827910 or 3835211. OLE color: 3835211.

HSL color Cylindrical-coordinate representation of color #4B853A: hue angle of 106.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B853A is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB7513358-
CMYK0.4400.560.48
HSL106.4º39.27%37.45%-
HSV(B)106.4º56.39%52.16%-
XYZ12.0518.586.95-
YUV107.11100.28105.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=28.20%
G=50%
B=21.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133580.4400.560.48106.439.2737.45
Hex4B853A2C038306a2725
Octal1132057254070601524745
Binary10010111000010111101010110001110001100001101010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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