#487345

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

Shades of Fern Green #487345

Tints of Fern Green #487345

Color information

#487345 (or 0x487345) is unknown color: approx Fern Green. HEX triplet: 48, 73 and 45. RGB value is (72,115,69). Sum of RGB (Red+Green+Blue) = 72+115+69=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #487345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487345 is #B78CBA. Grayscale: #616161. Windows color (decimal): -12029115 or 4551496. OLE color: 4551496.

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

Color convert

RGB7211569-
CMYK0.3700.40.55
HSL116.09º25%36.08%-
HSV(B)116.09º40%45.1%-
XYZ9.8814.077.83-
YUV96.9112.25110.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=28.12%
G=44.92%
B=26.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115690.3700.40.55116.092536.08
Hex4873452502837741924
Octal11016310545050671643144
Binary1001000111001110001011001010101000110111111010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487345; }

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

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

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

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

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

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

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

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