Html Css Color HEX #487040 Fern Green

📋 copy color: '#487040'

red 72 ◦ green 112 ◦ blue 64

#487040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #487040

Tints of Fern Green #487040

RGB

 RED value IS 72 (28.52% from 255) = 29.03%

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 29.03%
G = 45.16%
B = 25.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#487040 (or 0x487040) is known color: Fern Green. HEX triplet: 48, 70 and 40. RGB value is (72,112,64). Sum of RGB (Red+Green+Blue) = 72+112+64=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #487040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487040 is #B78FBF. Grayscale: #5E5E5E. Windows color (decimal): -12029888 or 4223048. OLE color: 4223048.

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

Color convert

RGB 72 112 64 -
CMYK 0.36 0 0.43 0.56
HSL 110º 0.27% 0.35% -
HSV(B) 110º 0.43% 0.44% -
XYZ 9.39 13.34 6.93 -
YUV 94.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 72 112 64 0.36 0 0.43 0.56 110 0.27 0.35
Hex 48 70 40 24 0 2B 38 6E 1B 23
Octal 110 160 100 44 0 53 70 156 33 43
Binary 1001000 1110000 1000000 100100 0 101011 111000 1101110 11011 100011

Color Harmonies of #487040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487040

Black with #487040

Text Example


Text Example

White with #487040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487040; }

 p { color: rgb(72,112,64); }

 H1.HeaderClassName
 {
   color: #487040;
 }
 .AnyTagClassName
 {
   color: #487040;
 }
</style>

background-color css

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

 a { background-color: rgb(72,112,64); }

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

border-color css

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

 span { border-color: rgb(72,112,64); }

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