#48803E

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

Shades of Fern Green #48803E

Tints of Fern Green #48803E

Color information

#48803E (or 0x48803E) is unknown color: approx Fern Green. HEX triplet: 48, 80 and 3E. RGB value is (72,128,62). Sum of RGB (Red+Green+Blue) = 72+128+62=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #48803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48803E is #B77FC1. Grayscale: #676767. Windows color (decimal): -12025794 or 4096072. OLE color: 4096072.

HSL color Cylindrical-coordinate representation of color #48803E: hue angle of 110.91º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48803E is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB7212862-
CMYK0.4400.520.50
HSL110.91º34.74%37.25%-
HSV(B)110.91º51.56%50.2%-
XYZ11.2617.167.28-
YUV103.73104.45105.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=27.48%
G=48.85%
B=23.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128620.4400.520.50110.9134.7437.25
Hex48803E2C034326f2325
Octal1102007654064621574345
Binary10010001000000011111010110001101001100101101111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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