#48763E

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

Shades of Fern Green #48763E

Tints of Fern Green #48763E

Color information

#48763E (or 0x48763E) is unknown color: approx Fern Green. HEX triplet: 48, 76 and 3E. RGB value is (72,118,62). Sum of RGB (Red+Green+Blue) = 72+118+62=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #48763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48763E is #B789C1. Grayscale: #626262. Windows color (decimal): -12028354 or 4093512. OLE color: 4093512.

HSL color Cylindrical-coordinate representation of color #48763E: hue angle of 109.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48763E is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB7211862-
CMYK0.3900.470.54
HSL109.29º31.11%35.29%-
HSV(B)109.29º47.46%46.27%-
XYZ10.0214.686.86-
YUV97.86107.76109.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=28.57%
G=46.83%
B=24.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118620.3900.470.54109.2931.1135.29
Hex48763E2702F366d1f23
Octal1101667647057661553743
Binary100100011101101111101001110101111110110110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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