#487342

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

Shades of Fern Green #487342

Tints of Fern Green #487342

Color information

#487342 (or 0x487342) is unknown color: approx Fern Green. HEX triplet: 48, 73 and 42. RGB value is (72,115,66). Sum of RGB (Red+Green+Blue) = 72+115+66=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #487342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487342 is #B78CBD. Grayscale: #606060. Windows color (decimal): -12029118 or 4354888. OLE color: 4354888.

HSL color Cylindrical-coordinate representation of color #487342: hue angle of 112.65º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487342 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB7211566-
CMYK0.3700.430.55
HSL112.65º27.07%35.49%-
HSV(B)112.65º42.61%45.1%-
XYZ9.7914.037.35-
YUV96.56110.75110.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=28.46%
G=45.45%
B=26.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115660.3700.430.55112.6527.0735.49
Hex4873422502B37711b23
Octal11016310245053671613343
Binary1001000111001110000101001010101011110111111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487342; }

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

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

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

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

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

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

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

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