#48813A

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

Shades of Fern Green #48813A

Tints of Fern Green #48813A

Color information

#48813A (or 0x48813A) is unknown color: approx Fern Green. HEX triplet: 48, 81 and 3A. RGB value is (72,129,58). Sum of RGB (Red+Green+Blue) = 72+129+58=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #48813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48813A is #B77EC5. Grayscale: #686868. Windows color (decimal): -12025542 or 3834184. OLE color: 3834184.

HSL color Cylindrical-coordinate representation of color #48813A: hue angle of 108.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48813A is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB7212958-
CMYK0.4400.550.49
HSL108.17º37.97%36.67%-
HSV(B)108.17º55.04%50.59%-
XYZ11.2917.386.76-
YUV103.86102.12105.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 129 (50.78% from 255) = 49.81%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=27.80%
G=49.81%
B=22.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129580.4400.550.49108.1737.9736.67
Hex48813A2C037316c2625
Octal1102017254067611544645
Binary10010001000000111101010110001101111100011101100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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