Html Css Color HEX #486F40 Fern Green

📋 copy color: '#486F40'

red 72 ◦ green 111 ◦ blue 64

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

Shades of Fern Green #486F40

Tints of Fern Green #486F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

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

R = 29.15%
G = 44.94%
B = 25.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#486F40 (or 0x486F40) is known color: Fern Green. HEX triplet: 48, 6F and 40. RGB value is (72,111,64). Sum of RGB (Red+Green+Blue) = 72+111+64=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #486F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F40 is #B790BF. Grayscale: #5E5E5E. Windows color (decimal): -12030144 or 4222792. OLE color: 4222792.

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

Color convert

RGB 72 111 64 -
CMYK 0.35 0 0.42 0.56
HSL 109.79º 0.27% 0.34% -
HSV(B) 109.79º 0.42% 0.44% -
XYZ 9.28 13.12 6.89 -
YUV 93.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 72 111 64 0.35 0 0.42 0.56 109.79 0.27 0.34
Hex 48 6F 40 23 0 2A 38 6E 1B 22
Octal 110 157 100 43 0 52 70 156 33 42
Binary 1001000 1101111 1000000 100011 0 101010 111000 1101110 11011 100010

Color Harmonies of #486F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F40

Black with #486F40

Text Example


Text Example

White with #486F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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