#48723D

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

Shades of Fern Green #48723D

Tints of Fern Green #48723D

Color information

#48723D (or 0x48723D) is unknown color: approx Fern Green. HEX triplet: 48, 72 and 3D. RGB value is (72,114,61). Sum of RGB (Red+Green+Blue) = 72+114+61=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #48723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48723D is #B78DC2. Grayscale: #5F5F5F. Windows color (decimal): -12029379 or 4026952. OLE color: 4026952.

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

Color convert

RGB7211461-
CMYK0.3700.460.55
HSL107.55º30.29%34.31%-
HSV(B)107.55º46.49%44.71%-
XYZ9.5313.756.57-
YUV95.4108.59111.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=29.15%
G=46.15%
B=24.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114610.3700.460.55107.5530.2934.31
Hex48723D2502E376c1e22
Octal1101627545056671543642
Binary100100011100101111011001010101110110111110110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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