#48853A

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

Shades of Fern Green #48853A

Tints of Fern Green #48853A

Color information

#48853A (or 0x48853A) is unknown color: approx Fern Green. HEX triplet: 48, 85 and 3A. RGB value is (72,133,58). Sum of RGB (Red+Green+Blue) = 72+133+58=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #48853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48853A is #B77AC5. Grayscale: #6A6A6A. Windows color (decimal): -12024518 or 3835208. OLE color: 3835208.

HSL color Cylindrical-coordinate representation of color #48853A: hue angle of 108.8º 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 #48853A is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB7213358-
CMYK0.4600.560.48
HSL108.8º39.27%37.45%-
HSV(B)108.8º56.39%52.16%-
XYZ11.8218.466.94-
YUV106.21100.79103.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=27.38%
G=50.57%
B=22.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133580.4600.560.48108.839.2737.45
Hex48853A2E038306d2725
Octal1102057256070601554745
Binary10010001000010111101010111001110001100001101101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48853A; }

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

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

<style>
 a { background-color: #48853A; }

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

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

<style>
 span { border-color: #48853A; }

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

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