#488A41

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

Shades of Fern Green #488A41

Tints of Fern Green #488A41

Color information

#488A41 (or 0x488A41) is unknown color: approx Fern Green. HEX triplet: 48, 8A and 41. RGB value is (72,138,65). Sum of RGB (Red+Green+Blue) = 72+138+65=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #488A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A41 is #B775BE. Grayscale: #6E6E6E. Windows color (decimal): -12023231 or 4295240. OLE color: 4295240.

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

Color convert

RGB7213865-
CMYK0.4800.530.46
HSL114.25º35.96%39.8%-
HSV(B)114.25º52.9%54.12%-
XYZ12.7219.948.18-
YUV109.94102.63100.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 65 (25.78% from 255) = 23.64%
R=26.18%
G=50.18%
B=23.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72138650.4800.530.46114.2535.9639.8
Hex488A41300352E722428
Octal11021210160065561624450
Binary100100010001010100000111000001101011011101110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,138,65); }

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

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

 a { background-color: rgb(72,138,65); }

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

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

 span { border-color: rgb(72,138,65); }

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