#48773F

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

Shades of Fern Green #48773F

Tints of Fern Green #48773F

Color information

#48773F (or 0x48773F) is unknown color: approx Fern Green. HEX triplet: 48, 77 and 3F. RGB value is (72,119,63). Sum of RGB (Red+Green+Blue) = 72+119+63=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #48773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48773F is #B788C0. Grayscale: #626262. Windows color (decimal): -12028097 or 4159304. OLE color: 4159304.

HSL color Cylindrical-coordinate representation of color #48773F: hue angle of 110.36º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48773F is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB7211963-
CMYK0.3900.470.53
HSL110.36º30.77%35.69%-
HSV(B)110.36º47.06%46.67%-
XYZ10.1714.937.05-
YUV98.56107.93109.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 63 (25% from 255) = 24.80%
R=28.35%
G=46.85%
B=24.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119630.3900.470.53110.3630.7735.69
Hex48773F2702F356e1f24
Octal1101677747057651563744
Binary100100011101111111111001110101111110101110111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48773F; }

 p { color: rgb(72,119,63); }

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

<style>
 a { background-color: #48773F; }

 a { background-color: rgb(72,119,63); }

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

<style>
 span { border-color: #48773F; }

 span { border-color: rgb(72,119,63); }

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