#488B42

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

Shades of Fern Green #488B42

Tints of Fern Green #488B42

Color information

#488B42 (or 0x488B42) is unknown color: approx Fern Green. HEX triplet: 48, 8B and 42. RGB value is (72,139,66). Sum of RGB (Red+Green+Blue) = 72+139+66=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #488B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B42 is #B774BD. Grayscale: #6E6E6E. Windows color (decimal): -12022974 or 4361032. OLE color: 4361032.

HSL color Cylindrical-coordinate representation of color #488B42: hue angle of 115.07º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #488B42 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB7213966-
CMYK0.4800.530.45
HSL115.07º35.61%40.2%-
HSV(B)115.07º52.52%54.51%-
XYZ12.8920.248.38-
YUV110.64102.8100.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=25.99%
G=50.18%
B=23.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139660.4800.530.45115.0735.6140.2
Hex488B42300352D732428
Octal11021310260065551634450
Binary100100010001011100001011000001101011011011110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B42; }

 p { color: rgb(72,139,66); }

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

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

 a { background-color: rgb(72,139,66); }

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

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

 span { border-color: rgb(72,139,66); }

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