#48703B

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

Shades of Fern Green #48703B

Tints of Fern Green #48703B

Color information

#48703B (or 0x48703B) is unknown color: approx Fern Green. HEX triplet: 48, 70 and 3B. RGB value is (72,112,59). Sum of RGB (Red+Green+Blue) = 72+112+59=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #48703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703B is #B78FC4. Grayscale: #5E5E5E. Windows color (decimal): -12029893 or 3895368. OLE color: 3895368.

HSL color Cylindrical-coordinate representation of color #48703B: hue angle of 105.28º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48703B is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB7211259-
CMYK0.3600.470.56
HSL105.28º30.99%33.53%-
HSV(B)105.28º47.32%43.92%-
XYZ9.2613.286.21-
YUV94108.25112.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=29.63%
G=46.09%
B=24.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112590.3600.470.56105.2830.9933.53
Hex48703B2402F38691f22
Octal1101607344057701513742
Binary100100011100001110111001000101111111000110100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48703B; }

 p { color: rgb(72,112,59); }

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

<style>
 a { background-color: #48703B; }

 a { background-color: rgb(72,112,59); }

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

<style>
 span { border-color: #48703B; }

 span { border-color: rgb(72,112,59); }

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