#48733D

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

Shades of Fern Green #48733D

Tints of Fern Green #48733D

Color information

#48733D (or 0x48733D) is unknown color: approx Fern Green. HEX triplet: 48, 73 and 3D. RGB value is (72,115,61). Sum of RGB (Red+Green+Blue) = 72+115+61=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #48733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48733D is #B78CC2. Grayscale: #606060. Windows color (decimal): -12029123 or 4027208. OLE color: 4027208.

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

Color convert

RGB7211561-
CMYK0.3700.470.55
HSL107.78º30.68%34.51%-
HSV(B)107.78º46.96%45.1%-
XYZ9.6513.986.6-
YUV95.99108.25110.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=29.03%
G=46.37%
B=24.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115610.3700.470.55107.7830.6834.51
Hex48733D2502F376c1f23
Octal1101637545057671543743
Binary100100011100111111011001010101111110111110110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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