#48703E

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

Shades of Fern Green #48703E

Tints of Fern Green #48703E

Color information

#48703E (or 0x48703E) is unknown color: approx Fern Green. HEX triplet: 48, 70 and 3E. RGB value is (72,112,62). Sum of RGB (Red+Green+Blue) = 72+112+62=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #48703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703E is #B78FC1. Grayscale: #5E5E5E. Windows color (decimal): -12029890 or 4091976. OLE color: 4091976.

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

Color convert

RGB7211262-
CMYK0.3600.450.56
HSL108º28.74%34.12%-
HSV(B)108º44.64%43.92%-
XYZ9.3413.316.64-
YUV94.34109.75112.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 62 (24.61% from 255) = 25.20%
R=29.27%
G=45.53%
B=25.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112620.3600.450.5610828.7434.12
Hex48703E2402D386c1d22
Octal1101607644055701543542
Binary100100011100001111101001000101101111000110110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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