#487545

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

Shades of Fern Green #487545

Tints of Fern Green #487545

Color information

#487545 (or 0x487545) is unknown color: approx Fern Green. HEX triplet: 48, 75 and 45. RGB value is (72,117,69). Sum of RGB (Red+Green+Blue) = 72+117+69=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #487545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487545 is #B78ABA. Grayscale: #626262. Windows color (decimal): -12028603 or 4552008. OLE color: 4552008.

HSL color Cylindrical-coordinate representation of color #487545: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487545 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB7211769-
CMYK0.3800.410.54
HSL116.25º25.81%36.47%-
HSV(B)116.25º41.03%45.88%-
XYZ10.1114.537.9-
YUV98.07111.59109.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=27.91%
G=45.35%
B=26.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117690.3800.410.54116.2525.8136.47
Hex4875452602936741a24
Octal11016510546051661643244
Binary1001000111010110001011001100101001110110111010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487545; }

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

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

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

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

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

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

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

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