#488F3F

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

Shades of Fern Green #488F3F

Tints of Fern Green #488F3F

Color information

#488F3F (or 0x488F3F) is unknown color: approx Fern Green. HEX triplet: 48, 8F and 3F. RGB value is (72,143,63). Sum of RGB (Red+Green+Blue) = 72+143+63=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #488F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488F3F is #B770C0. Grayscale: #707070. Windows color (decimal): -12021953 or 4165448. OLE color: 4165448.

HSL color Cylindrical-coordinate representation of color #488F3F: hue angle of 113.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488F3F is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB7214363-
CMYK0.5000.560.44
HSL113.25º38.83%40.39%-
HSV(B)113.25º55.94%56.08%-
XYZ13.3921.388.12-
YUV112.6599.9899-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 143 (56.25% from 255) = 51.44%
BLUE value IS 63 (25% from 255) = 22.66%
R=25.90%
G=51.44%
B=22.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72143630.5000.560.44113.2538.8340.39
Hex488F3F320382C712728
Octal1102177762070541614750
Binary10010001000111111111111001001110001011001110001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,63); }

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

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

 a { background-color: rgb(72,143,63); }

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

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

 span { border-color: rgb(72,143,63); }

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