#48703F

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

Shades of Fern Green #48703F

Tints of Fern Green #48703F

Color information

#48703F (or 0x48703F) is unknown color: approx Fern Green. HEX triplet: 48, 70 and 3F. RGB value is (72,112,63). Sum of RGB (Red+Green+Blue) = 72+112+63=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #48703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703F is #B78FC0. Grayscale: #5E5E5E. Windows color (decimal): -12029889 or 4157512. OLE color: 4157512.

HSL color Cylindrical-coordinate representation of color #48703F: hue angle of 108.98º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48703F is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB7211263-
CMYK0.3600.440.56
HSL108.98º28%34.31%-
HSV(B)108.98º43.75%43.92%-
XYZ9.3613.326.78-
YUV94.45110.25111.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 63 (25% from 255) = 25.51%
R=29.15%
G=45.34%
B=25.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112630.3600.440.56108.982834.31
Hex48703F2402C386d1c22
Octal1101607744054701553442
Binary100100011100001111111001000101100111000110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48703F; }

 p { color: rgb(72,112,63); }

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

<style>
 a { background-color: #48703F; }

 a { background-color: rgb(72,112,63); }

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

<style>
 span { border-color: #48703F; }

 span { border-color: rgb(72,112,63); }

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