#488946

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

Shades of Fern Green #488946

Tints of Fern Green #488946

Color information

#488946 (or 0x488946) is unknown color: approx Fern Green. HEX triplet: 48, 89 and 46. RGB value is (72,137,70). Sum of RGB (Red+Green+Blue) = 72+137+70=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #488946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488946 is #B776B9. Grayscale: #6E6E6E. Windows color (decimal): -12023482 or 4622664. OLE color: 4622664.

HSL color Cylindrical-coordinate representation of color #488946: hue angle of 118.21º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488946 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB7213770-
CMYK0.4700.490.46
HSL118.21º32.37%40.59%-
HSV(B)118.21º48.91%53.73%-
XYZ12.7219.718.93-
YUV109.93105.47100.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=25.81%
G=49.10%
B=25.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137700.4700.490.46118.2132.3740.59
Hex4889462F0312E762029
Octal11021110657061561664051
Binary100100010001001100011010111101100011011101110110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488946; }

 p { color: rgb(72,137,70); }

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

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

 a { background-color: rgb(72,137,70); }

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

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

 span { border-color: rgb(72,137,70); }

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