#48703A

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

Shades of Fern Green #48703A

Tints of Fern Green #48703A

Color information

#48703A (or 0x48703A) is unknown color: approx Fern Green. HEX triplet: 48, 70 and 3A. RGB value is (72,112,58). Sum of RGB (Red+Green+Blue) = 72+112+58=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #48703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703A is #B78FC5. Grayscale: #5E5E5E. Windows color (decimal): -12029894 or 3829832. OLE color: 3829832.

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

Color convert

RGB7211258-
CMYK0.3600.480.56
HSL104.44º31.76%33.33%-
HSV(B)104.44º48.21%43.92%-
XYZ9.2313.276.08-
YUV93.88107.75112.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=29.75%
G=46.28%
B=23.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112580.3600.480.56104.4431.7633.33
Hex48703A2403038682021
Octal1101607244060701504041
Binary1001000111000011101010010001100001110001101000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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