#48723E

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

Shades of Fern Green #48723E

Tints of Fern Green #48723E

Color information

#48723E (or 0x48723E) is unknown color: approx Fern Green. HEX triplet: 48, 72 and 3E. RGB value is (72,114,62). Sum of RGB (Red+Green+Blue) = 72+114+62=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #48723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48723E is #B78DC1. Grayscale: #5F5F5F. Windows color (decimal): -12029378 or 4092488. OLE color: 4092488.

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

Color convert

RGB7211462-
CMYK0.3700.460.55
HSL108.46º29.55%34.51%-
HSV(B)108.46º45.61%44.71%-
XYZ9.5613.766.71-
YUV95.51109.09111.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 62 (24.61% from 255) = 25%
R=29.03%
G=45.97%
B=25%

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
Decimal72114620.3700.460.55108.4629.5534.51
Hex48723E2502E376c1e23
Octal1101627645056671543643
Binary100100011100101111101001010101110110111110110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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