#48863D

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

Shades of Fern Green #48863D

Tints of Fern Green #48863D

Color information

#48863D (or 0x48863D) is unknown color: approx Fern Green. HEX triplet: 48, 86 and 3D. RGB value is (72,134,61). Sum of RGB (Red+Green+Blue) = 72+134+61=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #48863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48863D is #B779C2. Grayscale: #6B6B6B. Windows color (decimal): -12024259 or 4032072. OLE color: 4032072.

HSL color Cylindrical-coordinate representation of color #48863D: hue angle of 110.96º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48863D is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB7213461-
CMYK0.4600.540.47
HSL110.96º37.44%38.24%-
HSV(B)110.96º54.48%52.55%-
XYZ12.0418.767.4-
YUV107.14101.96102.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=26.97%
G=50.19%
B=22.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134610.4600.540.47110.9637.4438.24
Hex48863D2E0362F6f2526
Octal1102067556066571574546
Binary10010001000011011110110111001101101011111101111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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