#48783D

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

Shades of Fern Green #48783D

Tints of Fern Green #48783D

Color information

#48783D (or 0x48783D) is unknown color: approx Fern Green. HEX triplet: 48, 78 and 3D. RGB value is (72,120,61). Sum of RGB (Red+Green+Blue) = 72+120+61=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #48783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48783D is #B787C2. Grayscale: #636363. Windows color (decimal): -12027843 or 4028488. OLE color: 4028488.

HSL color Cylindrical-coordinate representation of color #48783D: hue angle of 108.81º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48783D is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB7212061-
CMYK0.4000.490.53
HSL108.81º32.6%35.49%-
HSV(B)108.81º49.17%47.06%-
XYZ10.2315.156.8-
YUV98.92106.6108.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=28.46%
G=47.43%
B=24.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120610.4000.490.53108.8132.635.49
Hex48783D28031356d2123
Octal1101707550061651554143
Binary1001000111100011110110100001100011101011101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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