#486F3C

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

Shades of Fern Green #486F3C

Tints of Fern Green #486F3C

Color information

#486F3C (or 0x486F3C) is unknown color: approx Fern Green. HEX triplet: 48, 6F and 3C. RGB value is (72,111,60). Sum of RGB (Red+Green+Blue) = 72+111+60=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #486F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F3C is #B790C3. Grayscale: #5D5D5D. Windows color (decimal): -12030148 or 3960648. OLE color: 3960648.

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

Color convert

RGB7211160-
CMYK0.3500.460.56
HSL105.88º29.82%33.53%-
HSV(B)105.88º45.95%43.53%-
XYZ9.1713.076.31-
YUV93.52109.08112.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=29.63%
G=45.68%
B=24.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111600.3500.460.56105.8829.8233.53
Hex486F3C2302E386a1e22
Octal1101577443056701523642
Binary100100011011111111001000110101110111000110101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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