#48733F

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

Shades of Fern Green #48733F

Tints of Fern Green #48733F

Color information

#48733F (or 0x48733F) is unknown color: approx Fern Green. HEX triplet: 48, 73 and 3F. RGB value is (72,115,63). Sum of RGB (Red+Green+Blue) = 72+115+63=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #48733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48733F is #B78CC0. Grayscale: #606060. Windows color (decimal): -12029121 or 4158280. OLE color: 4158280.

HSL color Cylindrical-coordinate representation of color #48733F: hue angle of 109.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48733F is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB7211563-
CMYK0.3700.450.55
HSL109.62º29.21%34.9%-
HSV(B)109.62º45.22%45.1%-
XYZ9.7146.89-
YUV96.21109.25110.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 63 (25% from 255) = 25.2%
R=28.8%
G=46%
B=25.2%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115630.3700.450.55109.6229.2134.9
Hex48733F2502D376e1d23
Octal1101637745055671563543
Binary100100011100111111111001010101101110111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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